lback();
CRYPTO_set_dynlock_destroy_callback();
Dave.
-Original Message-
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org]
On Behalf Of Chris Dodd
Sent: Thursday, May 05, 2011 1:01 PM
To: openssl-users@openssl.org
Subject: OpenSSL and multithreaded programs
On 5/5/2011 10:01 AM, Chris Dodd wrote:
Is the OpenSSL library supposed to be at all reentrant? I've had odd
problems (intermittent errors) when trying to use OpenSSL in a
multithreaded
program (multiple threads each dealing with independent SSL connections),
and have apparently solved them by
> From: Chris Dodd
>
> Is the OpenSSL library supposed to be at all reentrant? I've had odd
> problems (intermittent errors) when trying to use OpenSSL in
> a multithreaded
> program (multiple threads each dealing with independent SSL
> connections),
> and have apparently solved them by creatin
Is the OpenSSL library supposed to be at all reentrant? I've had odd
problems (intermittent errors) when trying to use OpenSSL in a multithreaded
program (multiple threads each dealing with independent SSL connections),
and have apparently solved them by creating a single global mutex and
wrappi