deadlock

2001-04-27 Thread Rob Aulwes
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

Sending client certificate

2001-04-24 Thread Rob Aulwes
Hi, I've read through the email list and documentation to find out how to set up the server side to request client certificates. What I haven't found is what do I need to do on the client side to submit the client's certificate. What APIs do I need to use to do this? Thanks, Rob __