I am trying to Port OpenSSL library in android project but i don't know the exact steps can any one tell me how to port OpenSSL in android project i am waiting for reply. Thanks.
- Have you ported openssl now or used javax.net.ssl? Would be nice to hear your solution.Maik– Maik2010-09-16 10:53:29 +00:00Commented Sep 16, 2010 at 10:53
- possible duplicate of Can Any One tell me How to Add OpenSSL Library in android projectJanusz– Janusz2010-09-21 07:31:46 +00:00Commented Sep 21, 2010 at 7:31
- ssuman185.blogspot.sg/p/…Suman– Suman2012-08-29 13:31:05 +00:00Commented Aug 29, 2012 at 13:31
Add a comment |
1 Answer
Why would you want to? Android provides javax.net.ssl.
If you really do want to do this, you will need to make sure OpenSSL will run with Bionic (the C library) in Android. Google is your friend - so is playing whack a mole with compile errors.