Re: [Fwd: Re: SSL_renegotiation using non block sockets]

2005-06-03 Thread Lokesh Kumar
); } } // return connection state. return nRet; } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, 2 June 2005 2:14 PM To: openssl-users@openssl.org Subject: SSL_renegotiation using non block sockets Hi

SSL_renegotiation using non block sockets

2005-06-02 Thread gsundar
Hi, I am using Non Blocking sockets, and would like to know the behaviour wrt SSL_renegotiation. Once I make a call to do_handshake, as the FD is non blocking it will return immediately with a success, but from the application's point of view how will it come to know that the renegotiation in

RE: SSL_renegotiation using non block sockets

2005-06-02 Thread Pj
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, 2 June 2005 2:14 PM To: openssl-users@openssl.org Subject: SSL_renegotiation using non block sockets Hi, I am using Non Blocking sockets, and would like to know the behaviour wrt SSL_renegotiation. Once I make a call

RE: SSL_renegotiation using non block sockets

2005-06-02 Thread gsundar
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, 2 June 2005 2:14 PM To: openssl-users@openssl.org Subject: SSL_renegotiation using non block sockets Hi, I am using Non Blocking sockets, and would like to know the behaviour wrt SSL_renegotiation. Once I make

Re: SSL_renegotiation using non block sockets

2005-06-02 Thread Lokesh Kumar
connection state. return nRet; } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, 2 June 2005 2:14 PM To: openssl-users@openssl.org Subject: SSL_renegotiation using non block sockets Hi, I am using Non Blocking

[Fwd: Re: SSL_renegotiation using non block sockets]

2005-06-02 Thread Gayathri Sundar
Original Message Subject: Re: SSL_renegotiation using non block sockets From:[EMAIL PROTECTED] Date:Thu, June 2, 2005 8:41 pm -- HI Lokesh., Thanks