When I use FIPS capable OpenSSL through Java JNI, I got error:
"3392:error:2D06906F:FIPS routines:FIPS_CHECK_INCORE_FINGERPRINT:fingerprint 
does not match nonpic relocated:.\fips\fips.c:236"
which means it failed the base address check.
Based on OpenSSL FIPS document, I changed to use a different base address such 
as 0x75000000, then yes it works.
Just wandering:
(1) Why FIPS capable OpenSSL is doing base address check?
(2) Any recommend way to use FIPS capable OpenSSL through Java?


      __________________________________________________________________
Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your 
favourite sites. Download it now
http://ca.toolbar.yahoo.com.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to