I am currently working on a project making use of SSL connections via OpenSSL. We need a stable thread-safe SSL setup. I currently know 3 things about OpenSSL thread-safety:
1. Cannot share SSL connection amongst threads 2. Provide locking_function() 3. Provide id_function() I am interested in hearing about any scenarios where SSL cannot be threaded, or any further steps to take to make it thread-safe. Any feedback would be appreciated. Thanks Dusty ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]