Re: Reasons for OpenSSL client not sending certificate

2013-06-11 Thread Stephan Menzel
Dave, thanks so much for your response. I really was on the verge of giving up on this. Let me start by saying that it is solved. You gave the hint that made the difference. Also, you let me understand more what was going on. You have pointed out some apparent mistakes that were indeed caused by c

RE: Reasons for OpenSSL client not sending certificate

2013-06-11 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of Stephan Menzel >Sent: Monday, 10 June, 2013 11:04 >I have continued debugging this today and can add an observation >that might be of interest. >First I forced the protocol on both client and server to TLS1. 1.0 specifically, or just

Re: Reasons for OpenSSL client not sending certificate

2013-06-10 Thread Stephan Menzel
I have continued debugging this today and can add an observation that might be of interest. First I forced the protocol on both client and server to TLS1. Then I experimented with different combinations of SSL_CTX_use_certificate* I have also created what I think is a certificate chain by concaten

Reasons for OpenSSL client not sending certificate

2013-06-10 Thread Stephan Menzel
Hi all, I am struggling with a client certificate problem and hope somebody can help me. I'm on windows here and develop a client/server pair using boost asio but I'll try to be unspecific. I am also not an expert in SSL speak so please forgive if I'm using layman's terms here. I'm on windows and