Re: Question on SSL_connect

2006-02-08 Thread Kyle Hamilton
age- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Chong Peng > Sent: Friday, February 03, 2006 10:31 PM > To: openssl-users@openssl.org > Subject: RE: Question on SSL_connect > > > > have you tried to call "ERR_error_string" to find out

RE: Question on SSL_connect

2006-02-08 Thread Ambarish Mitra
AIL PROTECTED] Behalf Of Chong Peng Sent: Friday, February 03, 2006 10:31 PM To: openssl-users@openssl.org Subject: RE: Question on SSL_connect have you tried to call "ERR_error_string" to find out what exactly is going on? could be that the server and client are using different version

Re: Question on SSL_connect

2006-02-04 Thread Peter Sylvester
Kyle Hamilton wrote: SSL_connect on the client will only send the client certificate if the server requests it and sends a list of authority names it will accept, AND the certificate is signed by one of those authority names. Well, the "AND" isn't exactly what SSL_connect does as far as I rem

Re: Question on SSL_connect

2006-02-03 Thread Kyle Hamilton
SSL_connect on the client will only send the client certificate if the server requests it and sends a list of authority names it will accept, AND the certificate is signed by one of those authority names. SSL_ERROR_SSL is an error stating that an SSL session couldn't be established, either because

RE: Question on SSL_connect

2006-02-03 Thread Chong Peng
have you tried to call "ERR_error_string" to find out what exactly is going on? could be that the server and client are using different version of ssl. -Original Message- From: Ambarish Mitra [mailto:[EMAIL PROTECTED] Sent: Friday, February 03, 2006 1:27 AM To: openssl-users@openssl.org