>From: owner-openssl-us...@openssl.org On Behalf Of Harshvir Sidhu
>Sent: Monday, 19 August, 2013 12:03
>I have downloaded OpenSSL 1.0.1c.
>My application is a Server Application running on Windows XP
>compiled using VS2008.
>When i used SSL_Accept function then it fails.
>SSL_get_error gives an
I have downloaded OpenSSL 1.0.1c.
My application is a Server Application running on Windows XP compiled using
VS2008.
When i used SSL_Accept function then it fails.
SSL_get_error gives an value of 5.
ERR_get_error gives a string error::lib(0):func(0):reason(0)
I have called SSL_load_error_s
, 2000 10:35 PM
Subject: Error in handshake: Get client hello B
>Hi,
> Some time back I had posted a mail on the same subject, but
>had got no response. Now that I am tuning my application for
>performance this issue has come up again.
>
>When my app comes up I create a
Hi,
Some time back I had posted a mail on the same subject, but
had got no response. Now that I am tuning my application for
performance this issue has come up again.
When my app comes up I create a pool of SSL structures (using
SSL_new)that I intend to reuse for the connections as follows: