Re: How to change mode from Blocking to Non-blocking

2007-06-25 Thread Urjit Gokhale
ions. You will have to handle ssl on non-blocking sockets differently though. HTH ~ Urjit - Original Message - From: Rahul Malegaonkar (rmalegao) To: openssl-users@openssl.org Sent: Saturday, June 23, 2007 6:04 AM Subject: How to change mode from Blocking to Non-blocking Hi,

How to change mode from Blocking to Non-blocking

2007-06-22 Thread Rahul Malegaonkar \(rmalegao\)
Hi, I am working on an application which currently uses Blocking I/O. At SSL_connect, my client waits for a long time till the SSL connection is established. I would like to change my I/O to non-blocking mode. Can you tell me the steps to follow for the same ? Thanks, Rahul Rahul Mal