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

using openssl API in commercial apps

2013-06-10 Thread LN
Hi, Is it allowed to use the OpenSSL API in commercial applications ? What license governs the OpenSSL library ? Thanks!

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

RE: using openssl API in commercial apps

2013-06-10 Thread Jeremy Farrell
Have you tried googling for 'openssl license' or reading the second paragraph of the OpenSSL home page on the web? Regards, jjf From: LN [mailto:lnicu...@yahoo.com] Sent: Monday, June 10, 2013 3:25 PM To: openssl-users@openssl.org Subject: using openssl API in