openssl library thread safe
Hi,
Is openssl library thread safe so that it can be used in an multithreaded
environment as is.
Thanks,
Arun
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,
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
Hi,
Is openssl library thread safe so that it can be used in an multithreaded
environment as is.
Thanks,
Arun