Are you appropriately calling SSL_clear() after your connection is shut down?
-Kyle H
On Mon, Apr 27, 2009 at 3:08 PM, Dave Thompson
wrote:
>> From: owner-openssl-us...@openssl.org On Behalf Of Prokash Sinha
>> Sent: Friday, 24 April, 2009 16:45
>
>> I'm trying to understand wh
> From: owner-openssl-us...@openssl.org On Behalf Of Prokash Sinha
> Sent: Friday, 24 April, 2009 16:45
> I'm trying to understand why this following code is failing
> the second or third time... Is it a good way ( meaning first accept()
> without ssl, then do those association
Hi,
I'm trying to understand why this following code is failing the second or
third time... Is it a good way ( meaning first accept() without ssl, then do
those association, then SSL_Accept() )
<<< tls_socket is just a plain listner socket
sock = accept (tls_socket, (struct sockaddr *) &sa