Hi, I have problems using the RSA_private_decrypt() function of the crypto library in parallel with *the same* (RSA *) structure. When using a single thread, decryption works flawlessly, when using two or more threads in parallel, decryption mostly fails with PKCS errors.
I thought the RSA structure would be accessed read-only so that this should be thread-safe. Any ideas how to solve this? Is there a function that duplicates an RSA structure so that I can duplicate it before using it? Is there a documentation on thread safety of the crypto library? Greetings, Thomas. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]