Are you static linking libcrypto library while building the your JNI application. If you are dynamic loading the library , then it will not fipas capability. Please reading USER guide of fips .
On Fri, May 22, 2009 at 8:28 PM, Adams, Carl <carl_ad...@bmc.com> wrote: > Hello, > > > > Is the use of the FIPS OpenSSL modules compatible with JNI? We have a JNI > library that uses the OpenSSL shared library. In non-FIPS mode, everything > works as expected, however, when we enable FIPS through the openSSL.cnf > file, the initialization fails in the FIPS self test. Is it possible to use > the FIPS modules in this way, or is the JNI library loading procedure > incompatible with the FIPS self test? > > > > --- Carl > > >