November 21st, 2011, 10:53 AM
|
#1 (permalink)
|
|
New Member
Join Date: Oct 2010
Posts: 3
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
Porting OpenSSL via NDK
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.
|
|
|