RE: When to use CRYPTO_set_locking_callback() and

2012-09-27 Thread wheezil
I am confused about this... in other discussion threads it is stated pretty clearly that a reader and writer thread cannot both be active at the same time. So, when we talk about "enabling thread safety" here, what does that mean? If "thread safety" is enabled like this, can a reader and write p

Build error with openssl 1.0.1c for 64 bit

2012-09-27 Thread Rajib Karmakar
Hi, I am getting error while linking with 1.0.1c build for 64 bit platform. Here is what I did, 1. I build openssl as, ./Configure linux-generic64 --shared make build_libs 2. Then I tried to link my application with the library and it gives the following error, openssl/libcr

Re: SSL mode flags - verification of certificates: is it safe to use "none"?

2012-09-27 Thread David William
Hi Dave, Thank you very much. You just answered all my questions. That helped a lot!! Regards, David William On Tue, Sep 25, 2012 at 9:15 PM, Dave Thompson wrote: > >From: owner-openssl-us...@openssl.org On Behalf Of David William > >Sent: Tuesday, 25 September, 2012 07:07 > > >I am writing