RE: Multi Threaded questions

2010-04-18 Thread David Schwartz
Sad Clouds wrote: > > 1) According to the FAQ, "an SSL connection may not concurrently be > > used by multiple threads". Does this mean that an SSL connection can > > be used by different threads provided access is limited to one at a > > time? > I assume that having a mutex for each SSL objec

Re: SSLv23_method in OpenSSL 1.0.0

2010-04-18 Thread Victor Duchovni
On Sun, Apr 18, 2010 at 07:09:09PM +0100, Luigi Auriemma wrote: > I have noticed that a client ssl connection initialized with the > classical SSLv23_method no longer works in OpenSSL 1.0.0. Postfix TLS client SSL context is always created via: SSL_CTX *client_ctx = SSL_CTX_new(SSLv23_client

SSLv23_method in OpenSSL 1.0.0

2010-04-18 Thread Luigi Auriemma
Hey, I have noticed that a client ssl connection initialized with the classical SSLv23_method no longer works in OpenSSL 1.0.0. This has been tested on both Windows (mingw) and Linux and both connecting to a v2 and v3 server with the same result, while there is no problem using it with OpenSSL 0.