• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Porting OpenSSL via NDK

jrp07f

Lurker
I'm trying to implement FIPS-compliant messaging using an external OpenSSL library. I've compiled the OpenSSL library using the NDK build command, which produced libcrypto and libssl .so files, which now reside in my libs folder. I have 2 main questions now on where to go.

1. How do I access the functions within the external library? I know I have to use the native command, but I can't find the actual functions within the library.

2. I have the FIPS object module, compiled and ready to go. How do I insert it into the OpenSSL library?

Thanks for ANY help, it really is much appreciated.
 
Back
Top Bottom