Title: Message
Hi,
Suppose I have several active threads handling various secure connections.
Each thread has its own SSL_CTX, SSLs, pkey objects etc.
Should I implement the locking callbacks?
 
In other words: Does anything in OpenSSL require atomic write access to globally-shared objects or statically allocated data structures, assuming the SSL contexts are distinct?
 
Thanks.
 

Reply via email to