Search code examples
androidandroid-ndkjava-native-interfaceopensslnative

How to use openSSL Library in the ANDROID application


i am trying to embed the openssl library in my Android application using Android NDK but i don't know how to use exactly that library and so please any one can tell me how to use that please send a source code for my reference.......

Related :

How to build OpenSSL on Android/Linux ?


Solution

  • Have you tried this, its a standalone build of the openssl that's included in Android: https://github.com/fries/android-external-openssl/blob/master/README.android