RE: FIPS-compliant OpenSSL on Android

2012-10-05 Thread Jason D. Knight (FTL-ENG)
@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.

FIPS-compliant OpenSSL on Android

2012-10-05 Thread Jason D. Knight (FTL-ENG)
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