Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to check the whether openssl which is built for has the all chiper suite required

5 views
Skip to first unread message

Indtiny s

unread,
Sep 13, 2012, 12:43:46 PM9/13/12
to
Hi,

I have added the AES-ECC-CCM chiper suite openssl downloaded from this site   https://github.com/aluvalassuman/OpenSSL1.0.1cForAndroid 
.

after I ran androi-ndk build  and I got the 4 shared libraries libssl.so,libcrypto.so, openssl,ssltest . now I have to check the chiper suite which I have added in to that ..

Is there some way to check ?

Rgds
Indu 

farmdve data.bg

unread,
Sep 13, 2012, 12:54:09 PM9/13/12
to
I see you resolved the missing libz library errors.

Well, it get's tricky now. You must create an Android project, create
a JNI library which will wrap around the real code, since Java cannot
directly access native functions. And use the emulator to test the
code.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openss...@openssl.org
Automated List Manager majo...@openssl.org

farmdve data.bg

unread,
Sep 13, 2012, 12:55:20 PM9/13/12
to
Assuming you installed the Android NDK, you must have a folder called
samples somewhere with the native examples 'hello-jni'. Just look at
how the code works, and simply create a wrapper to wrap around the
OpenSSL functions.
0 new messages