Re: How to Authenticate a Client

2010-02-11 Thread Dan Zwing
reuse; almost anything else means that the connection failed. Read the manpage for SSL_get_error(3ssl) for the results and their meanings. Good luck. -Kyle H On Wed, Feb 10, 2010 at 12:46 PM, Dan Zwing wrote: > Hello - > > I am writing a client program. I have a x509 certificate and a key

How to Authenticate a Client

2010-02-10 Thread Dan Zwing
Hello - I am writing a client program. I have a x509 certificate and a key pair. The server needs to authenticate the client. What is the sequence of openssl calls I need to make to pass the server my information. I see so many different functions such as SSL_CTX_use_certificate versus SSL