Hi,

My application calls directly the following functions in OpenSSL:

* EVP_CipherInit/Update/Final, etc..
* PEM_read_PrivateKey, PEM_read_X509, etc...

In a multithreaded context, do these calls need to be encapsulated by calls
to CRYPTO_lock? I happen to have transient failures:

* EVP_DecryptFinal: Bad Decrypt
* PEM_do_header: Bad Decrypt

Thanks..
____________________
Richard Dykiel
www.adero.com
978-287-5560 x289


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to