Re: Using OpenSSL in an Android application

2014-07-20 Thread Amit Agrawal
Compliation instruction for Openssl android is well availabe in wiki. Please go through it. Regards, Amit On Jul 21, 2014 7:47 AM, "Kyle Hamilton" wrote: > This isn't an android developer support list, but you can gain access to > the built-in openssl by using the Native Development Kit (NDK). M

Re: Using OpenSSL in an Android application

2014-07-20 Thread Kyle Hamilton
This isn't an android developer support list, but you can gain access to the built-in openssl by using the Native Development Kit (NDK). More than that, I don't know. -Kyle H On 7/20/2014 3:02 PM, Jim Shaver wrote: > I was wondering if there was a way of getting the functionality of > s_client o

Using OpenSSL in an Android application

2014-07-20 Thread Jim Shaver
I was wondering if there was a way of getting the functionality of s_client on Android, either by utilizing the OpenSSL present on the device or linking to a custom compiled version of OpenSSL. The application that I would like to write needs to verify what cipher suite is in use during a connecti