Re: Thread safety of crypto library

2004-05-28 Thread Thomas Schuerger
> > 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 tho

Thread safety of crypto library

2004-05-28 Thread Thomas Schuerger
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 struct