______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]
We are using only the OpenSSL cryptographic functionality, the EVP and
HMAC functions, in a multi-threaded application. Do we need to do
anything to ensure thread safety ? The documentation mentions
CRYPTO_set_locking_callback() and CRYPTO_set_id_callback() but we are
not calling these functions nor have we put critical sections in our own
code before calling the cryptographic functions. We are experiencing
some crashes and attempting to track them down and thought our use of
OpenSSL may be faulty.
- Using OpenSSL cryptographic functions in a multi-threaded a... Edward Diener
- Re: Using OpenSSL cryptographic functions in a multi-t... Bobby Krupczak
- Re: Using OpenSSL cryptographic functions in a mul... Edward Diener
- Re: Using OpenSSL cryptographic functions in a... Jens Dönhoff
- RE: Re: Using OpenSSL cryptographic functions... Mark
- Re: Re: Using OpenSSL cryptographic functi... Bobby Krupczak
- Re: Using OpenSSL cryptographic funct... Edward Diener
- Re: Using OpenSSL cryptographic f... John T. Cox
- Re: Using OpenSSL cryptograph... Edward Diener
- Using OpenSSL cryptographic functions in a multi-threa... wang yanbo