I am using OpenSSL FIPS module 2.0.5 with OpenSSL 1.0.1e on Windows. After 
calling FIPS_mode_set(1), I cannot call SSL_CTX_use_RSAPrivateKey_file. When I 
debug into it, it is failing when trying to initialize MD5. Apparently the 
private key is encrypted with MD5.

I was under the impression that MD5 was not allowed in FIPS mode **unless** 
it's being used with TLS, which is what I'm doing. Am I wrong, or is there 
something else I have to do to allow MD5 in this case?

Thank you
Graeme Perrow

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to