[EMAIL PROTECTED] - Fri May 2 15:27:29 2003]:
> Hi
> By a mistake trying out openssl s_client -connect ip:5000 against a
> windows XP system it hangs for a looong time before it timeouts. Is
it
> possible to set a timeout function or this would be a good thing to
> add?
Openssl s_client is an example implementation of client functionality.
It does not provide all options with bells and whistles or to
perfection. Timeout options are not provided by the basic openssl
library. Timeouts are either provided by the underlying transport (TCP
stack and/or kernel) or by the application using non-blocking behaviour
and select().
The openssl s_client example application does not implement the latter
and there are no plans to add it.
Best regards,
Lutz
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]