On Thu, Dec 28, 2000 at 03:46:15PM -0500, Louis LeBlanc wrote:
> Hey all. I am trying to determine in my client app if a handshake fails
> because the client and server are not supporting any common ciphers.
,..
> which is gleaned from studying docs and sample code. When we test
> it with s_se
Hey all. I am trying to determine in my client app if a handshake fails
because the client and server are not supporting any common ciphers.
In the handshake code, I have the following:
case SSL_ERROR_SSL:
/* SSL error, possibly a protocol error. */
if (DebugSSL)