Hi,

In case each thread manages a separate SSL_CTX and
SSL_CTX_set_session_cache_mode(ctx, SSL_SESS_CACHE_OFF) is set, do I
still need to set CRYPTO_set_locking_callback and
CRYPTO_THREADID_set_callback?

I've read a lot about this, and I'm aware that locking is needed in
case two threads use the same SSL_CTX or in case session cache is
used, but what about in my usecase?

Thanks a lot.

-- 
Iñaki Baz Castillo
<i...@aliax.net>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to