Hi,

I've written a small test program to experiment with OpenSSL and have 
come across a deadlock.  The deadlock occurs when I invoke the 
SSL_use_PrivateKey_file twice for two different SSL* objects.  The 
deadlock occurs on the second call to SSL_use_PrivateKey_file.  I'm 
using OpenSSL v0.9.5a on MacOSX Final Candidate and I've implemented the 
locking callback using the pthread library.  Has anyone have experience 
with deadlocks or know where the locking callback is called for 
SSL_use_PrivateKey_file?

Thanks,

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

Reply via email to