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 gsundar
Thanks pj, the code was real helpful. Just one minor clarification, once a call to SSL_renegotiate is made, should I check the protocol status by calling SSL_accept (mine is server) within the while loop you have? I have gone into an accept_pending state and calling SSL_accept until it returns