Nick Kew wrote:
> On Tue, 05 Dec 2006 21:45:48 +0100
> Frank <[EMAIL PROTECTED]> wrote:
> 
>> Hi,
>> I am developing a module (using OpenSSL) for apache 2.2.3 and wonder
>> how to make it thread safe.
> 
> Is OpenSSL not thread-safe?

An SSL_CTX can't be cross-threaded.  If the scope of use of that CTX is
restricted to one thread at a time, then yes, OpenSSL has been threadsafe
for a very very long time.

Reply via email to