You are looking for a precompiled libs? Well, I guess you can pull the one from the factory images provided by Google for the hammerhead/grouper/flo/etc.
The latest images have 1.0.1g IIRC and are compiled with no heartbeats. You can pull the sources on github or Android's git on Google and edit the Android.Mk files and Conf files as needed and just do an "ndk build" using the Android NDK. Its really very easy. If you need it compiled with the FIPS module you will need to do that yourself and there are instructions on how to do so on the OpenSSL site. It takes an hour to go through all of the steps and verify, but you need you change a file to force it to always used the FIPS module. You you want to use the lib in an application, you will need to have the source so you know what to build into your JNI code. If you have any other Q's feel free to message me personally. Stacy Wylie stacydevino.com Android and Mobile Design On Aug 9, 2014 12:36 PM, "Randolph" <[email protected]> wrote: > Hello, is there any certified lib binary for android of OpenSSL? > Thanks for providing that and fixing the errors. Randolph > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > Development Mailing List [email protected] > Automated List Manager [email protected] >
