Re: Does OpenSSL have any plans of supporting SSL_read / SSL_write on the same SSL_S from multiple threads?

2010-09-27 Thread David Schwartz
On 9/25/2010 9:31 AM, Jayaraghavendran k wrote: (a) Does OpenSSL plan to support this feature in any of it's future releases? (Or does any of the releases already support it? I went through the Change Logs, but couldn't find anything), If no, why not? I can't answer whether there are any plans

Does OpenSSL have any plans of supporting SSL_read / SSL_write on the same SSL_S from multiple threads?

2010-09-25 Thread Jayaraghavendran k
Hi, I have an application where I create a TCP connection from the main thread and then spawn two seperate threads to do recv and send parallely. But, as I understand currently I just cannot switch to SSL in the same model. i.e I cannot do SSL_read from one thread and SSL_write from another thread