OpenSSL 1.0.1h for android ?? Please help.

2014-06-23 Thread Abhishek Gupta
Hello Users, I am at task to compile OpenSSL 1.0.1h for android platform and link it with an application. Can somebody give some pointers on how to do it. My problem is that there are no Android.mk files for this. And how can I user ndk-build here? Development env: 1. Ubuntu 14.04 / 12.04 2. And

Re: OpenSSL 1.0.1h for android ?? Please help.

2014-06-23 Thread Mike Mohr
Openssl does not directly support Android AFAIR. You can try some manual changes to e.g. CC or write your own make file. On Jun 23, 2014 11:18 AM, "Abhishek Gupta" wrote: > Hello Users, > > I am at task to compile OpenSSL 1.0.1h for android platform and link it > with an application. > > Can some

Re: OpenSSL 1.0.1h for android ?? Please help.

2014-06-23 Thread Jeffrey Walton
On Mon, Jun 23, 2014 at 2:17 PM, Abhishek Gupta wrote: > Hello Users, > > I am at task to compile OpenSSL 1.0.1h for android platform and link it with > an application. > > Can somebody give some pointers on how to do it. My problem is that there > are no Android.mk files for this. And how can I u

Re: OpenSSL 1.0.1h for android ?? Please help.

2014-06-23 Thread Blibbet
> http://wiki.openssl.org/index.php/Android In addition, the Guardian Project's Orbot is a live working example of of a project currently building OpenSSL on Android. https://gitweb.torproject.org/orbot.git/blob/HEAD:/external/Makefile _

Re: OpenSSL 1.0.1h for android ?? Please help.

2014-06-29 Thread birajendu sahu
Hi Abhishek, You can build the openssl using the NDK tool chain and get libcrypto.a file, then you need to link that in your master so which will be build from android.mk file. I will publish the detail steps soon. Thanks, Birajendu On Tuesday, 24 June 2014 12:16 AM, Abhishek Gupta wrote:

Re: OpenSSL 1.0.1h for android ?? Please help.

2014-07-01 Thread Abhishek Gupta
Hello everyone, Thanks for your timely help. I was able to compile openssl 1.0.1e from a github project. It had an Android.mk files. In case, i wish to update to 1.0.1h, what changes do i need to make to android.mk files? On Sun, Jun 29, 2014 at 10:22 PM, birajendu sahu wrote: > Hi Abhishek,

Re: OpenSSL 1.0.1h for android ?? Please help.

2014-07-02 Thread Amit Agrawal
As Jeffrey also mentioned, wiki link for android compile is way to go. config utility takes care of generating required makefie. Regards, On Wed, Jul 2, 2014 at 11:45 AM, Abhishek Gupta wrote: > Hello everyone, Thanks for your timely help. > > I was able to compile openssl 1.0.1e from a github