I'm trying to validate my build of the OpenSSL + Fips static libraries.  I
did verify that the OpenSSL.exe is fips enabled per some of the
documentation I've seen.

When I try to enable FIPs mode in my app, I get a failure in
FIPS_check_incore_fingerprint.  From what I can determine, sig has some sort
of vlaue but FIPS_Signature contains only zeros.  This results in the
dreaded error:2D06B06FIPS routines:FIPS_check_incore_fingerprint:fingerprint
does not match.

I've been reading other posts and I'm not even sure I'm building everything
correctly.  My test app is a console app I'm building in Visual Studio IDE. 
My eventual goal is to use the libraries in a DLL (which I expect to cause a
new issues).

Orginally, I thought my issue was the same as the one found here: 
http://openssl.6102.n7.nabble.com/FIPS-Failure-on-newer-32-bit-Windows-platforms-td43771.html
<http://openssl.6102.n7.nabble.com/FIPS-Failure-on-newer-32-bit-Windows-platforms-td43771.html>
  

but it doesn't seem to be that way.

Any help would be greatly appreciated!!!



--
View this message in context: 
http://openssl.6102.n7.nabble.com/Need-help-with-Windows-and-FIPS-enabled-OpenSSL-libs-tp43956.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to