> What does SSL_check_private_key say for the client SSL structure?
> What happens if you use s_client (with appropriate options, i.e. with
> your client certificate and key) to connect to your server?
> What happens if you connect your client to s_server (with options so
> that it asks for a certificate from your CA)?
>
SSL_check_private_key returns fine on both server and client. Problem seems to
reside in the client program somewhere. s_client will connect and provide its
certificate to my server program, but if I connect to s_server with my client,
my client does not provide its certificate. I've spent hours going through the
s_client and s_server code, and found quite the oddity (to me anyways):
nowhere do I see a SSL_connect executed by the client. Is there a newer/better
way to establish the SSL connection between two programs? Perhaps this is
where my client differs from s_client?
Blaine Kahle
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]