AW: [openssl.org #2991] Certifacte verification with a RSA-SHA512 hash algorithm fails

2013-02-19 Thread Dominic Wollner via RT
Hi, thank you, this solves the problem. But why does SSL_library_init() not load all algorithms? Are there any export restrictions? Thanks, Dominic Dominic Wollner Dipl.-Inf. (FH) Development Research Linux IGEL Technology - The world’s

[openssl.org #2991] Certifacte verification with a RSA-SHA512 hash algorithm fails

2013-02-15 Thread Dominic Wollner via RT
Hi, we are using OpenSSL 0.9.8k. It's not the command line utility. We are linking against libcrypto and libssl. We load the CA certificates with SSL_CTX_set_default_verify_paths (c_rehash has been executed before), disable the automatic verification by setting SSL_CTX_set_verify to

[openssl.org #2991] Certifacte verification with a RSA-SHA512 hash algorithm fails

2013-02-14 Thread Dominic Wollner via RT
Hi, there is a problem with certificate verification. Windows allows the generation of CA certificates which uses RSA-SHA512 as the hash algorithm. But this hash algorithm is currently not supported by OpenSSL. Will this issue be fixed in future or is there a workaround for this? Regards,