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
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
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
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
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