@openssl.org
Subject: FIPS-compliant OpenSSL on Android
Hello. Here's my question in a nutshell: I would like to use OpenSSL in FIPS
mode from an Android app. I know that I can use the NDK to build a native
shared library (.so), and use JNI to load and call into that library from the
Java app.
Hello. Here's my question in a nutshell: I would like to use OpenSSL in FIPS
mode from an Android app. I know that I can use the NDK to build a native
shared library (.so), and use JNI to load and call into that library from the
Java app. Is it possible to enter FIPS mode with that arrangeme