=OPENSSL_malloc(CRYPTO_num_locks() *
sizeof(pthread_mutex_t));
lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
for (i=0; i wrote:
brajesh tiwari wrote:
> Can some one please tell me what may be the problem here.
> Thank you very much.
I think the problem may be a bug i
Hi:
I have develope a multi threaded client using open ssl.( openssl-0.9.6g) .
My client application crashes in SslClose. Below is the stack trace:
SslClose
0 0x3ff805c1ac8 in __nxm_thread_kill(...) in /usr/shlib/libpthread.so
#1 0x3ff805ba120 in pthread_kill(...) in /usr/shlib/libpthread.
Hi All,
I am writing a ssl client application needs to use "HTTP POST" method to
send some data to web server.
I implemented ssl, can any body help in HTTP POST Method to post some data
to web server.
Thanks
Brajesh
__
OpenSSL