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