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

2005-06-03 Thread Lokesh Kumar
Learning it the HARD way... :)) anyways... doesn't matter if its 0.9.6 or later it should go non-blocking. SSL_renegotiate_pending only checks if the handshake is succesfull by verifying state flag in SSL structure. It doesnt deal with BIOs or TCP Buffers. SSL_do_handshake enforces the REAL

[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 for the