David Schwartz wrote:
Make sure that you protect the SSL session with a mutex. You are not allowed to call SSL_read and SSL_write at the same time on the same session from different threads.DS
David,Does "same session" mean, same instance of an ssl object, or same instance of a ctx object?
Thanks! Joe ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
