I'm seeing a problem where my application cannot initialize the FIPS library 
(i.e. the call to FIPS_mode_set fails) when using 1.0.2j libraries. The error I 
get is: "FIPS_check_incore_fingerprint:fingerprint does not match:fips.c:232:" 
However if I build 1.0.2i libraries, everything is fine. I am using the same 
script to build both versions, and completely wiping the directories and 
re-creating from the .tar.gz files each time.

The weirdest thing is that if I build my application for 1.0.2i but replace 
1.0.2i with the 1.0.2j code (just modifying the version number in the header 
files), everything works. If I build it for 1.0.2j but actually use 1.0.2i 
(again just changing the version number), it fails.

This is on 64-bit Linux. Other platforms (32-bit and 64-bit Windows, 32-bit 
Linux, Solaris, HP) are all working fine.

This seems to be a problem with *my* code but I have no idea how I could 
possibly cause this to happen. Any ideas?

Graeme

-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to