Re: SSL_do_hadshake and timeout

2002-05-29 Thread Lutz Jaenicke
On Wed, May 29, 2002 at 04:22:36PM +1000, Alex Cosic wrote: > What has happened is that the programs hang on SSL_get_error (sslx->ssl, > SSL_do_handshake (sslx->ssl))), or effectively on > SSL_do_hadshake(sslx->ssl). This instruction does not give the output > argument ( I expected a sort of in

SSL_do_hadshake and timeout

2002-05-28 Thread Alex Cosic
Hi there, Please consider the following scenario: I have tcp server, while a tcp client is connected to the server (blocking mode). The tcp client is waiting to read a message from the tcp server. Now, I have another client, which is SSL client which tries to connect to the same server at the