Re: Enabling Logging in OpenSSL

2012-09-14 Thread Mithun Kumar
Hello Dave, On the issue i am working currently after i connect to a SQL Server, Client hello is sent successfully but I am not getting server hello and READ() below returns as highlighted. Looks like server is closing the connection after receiving a client hello. On the screen i see Socket Close

Re: curl with openssl prebuilt shared library for android

2012-09-14 Thread farmdve data.bg
Try using LogCat by connecting an Android device via USB, or launching an emulator and opening a new Command Prompt for Windows or Terminal instance in linux and type adb logcat. Then launch the app and look at the output. You see, Android ships with OpenSSL, but the version is usually quite old.

Re: curl with openssl prebuilt shared library for android

2012-09-14 Thread Indtiny s
Hi, I have just ran ndk-build for the code https://github.com/aluvalassuman/OpenSSL1.0.1cForAndroid and it generated the two shared libraries in libs/ floder which I required , libcrypto.so and libssl.so( as build say these are shared libarray) I just included them in the curl code as prebuilt sh

Re: curl with openssl prebuilt shared library for android

2012-09-14 Thread farmdve data.bg
It's not clear if you built libcurl as a static library to begin with. And not clear if you built OpenSSL as a static or shared library. And you must load curltest(as that is the name of the module) not curl. On Fri, Sep 14, 2012 at 8:28 PM, Indtiny s wrote: > > > > Hi, > > yes I'm able to built

Re: certificate validation issues with openssl 1.0.0 and expired certificates in cafile

2012-09-14 Thread Ashok C
Hi Etkal, >>s_client app or the OpenSSL cert store functionality that changed this. The problem is with the openSSL store itself, as I had tested this with my own SSL client and observed the same behaviour. -- Ashok On Thu, Sep 13, 2012 at 8:39 PM, Erik Tkal wrote: > I suppose that’s a workaro