Re: Enabling Logging in OpenSSL

2012-09-17 Thread Mithun Kumar
Hello Dave, Below is what i see in Server Logs "Encryption is required to connect to this server but the client library does not support encryption; the connection has been closed. Please upgrade your client library. Error: 17835, Severity: 20, State: 1" Do you have any pointers? Have you encoun

backporting features to openssl 0.9.8

2012-09-17 Thread Naveen Nathan
Hi, What would be involved in backporting the EVP_Digest* functions in 1.0 to 0.9.8. Specifically I would like to use the MAC functions with the EVP_PKEY, while currently supporting the system provided openssl (in the case of OSX, the version shipped is still 0.9.8). Thanks, Naveen Nathan ___

RE: Converting BIO* to PKCS7*

2012-09-17 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of Mohammad Khodaei >Sent: Monday, 17 September, 2012 05:01 >I've got a problem regarding BIO* to PKCS7* conversion. I want to >call PKCS7_decrypt() function to decrypt a cipher text. Before that, >I have this section of code: >in = BIO_new_mem_b

RE: Enabling Logging in OpenSSL

2012-09-17 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of Mithun Kumar >Sent: Friday, 14 September, 2012 20:53 >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

Re: curl with openssl prebuilt shared library for android

2012-09-17 Thread Indtiny s
Hi, Thanks.. I have generated the static libraries and pointed to the those libraries in my application android make . Below is the Android.mk file for my application which uses the curl and openssl , Here do I need to build the static library separately for the openssl or have I followed th

Re: curl with openssl prebuilt shared library for android

2012-09-17 Thread farmdve data.bg
Check the obj/local/armeabi folder for the static libraries. On Mon, Sep 17, 2012 at 7:02 AM, Indtiny s wrote: > Hi, > Can you pls tell me how to genearte the the static library from the > android-openssl (from the link which you have sent .! > > I tried to edit SHARED to STATIC in the Android.

Cross-compile openssl-fips-1.2.2 for arm-linux

2012-09-17 Thread mmccaff1
This post is a followup question directly related to a post by basker made back on May 16 2012. In the post he requested assistance on compiling the FIPS object module. The reply indicated that the build sequence should use incore instead of incore2 after which he responded that everything work