RE: is openssl library thread safe

2010-06-10 Thread Jeremy Farrell
openssl library thread safe Hi, Is openssl library thread safe so that it can be used in an multithreaded environment as is. Thanks, Arun

Re: is openssl library thread safe

2010-06-10 Thread Martin Kaiser
Hi, Thus wrote Arunkumar Manickam (arun.c...@gmail.com): > Is openssl library thread safe so that it can be used in an multithreaded > environment as is. http://www.openssl.org/support/faq.html#PROG1 Regards,

Re: is openssl library thread safe

2010-06-10 Thread awi
Hi, Yes, it is thread safe if you define and initialize necessary locking functions at startup: http://www.openssl.org/docs/crypto/threads.html Regards, AW Arunkumar Manickam pisze: Hi, Is openssl library thread safe so that it can be used in an multithreaded environment as is. Thanks

is openssl library thread safe

2010-06-10 Thread Arunkumar Manickam
Hi, Is openssl library thread safe so that it can be used in an multithreaded environment as is. Thanks, Arun