On 27 Jul 2011, at 1:52 PM, [email protected] wrote: > Using memory buffers and blocking IO. > > I begin the handshake by the client intiating hello message. > The server reads message, and data is put in its ssl output. This is sent > back to client. > The client read the data ( SSL_read) and data it populated in the ssl output. > This is sent back to the server. ( it is waiting for more input from server) > The server reads the data (SSL_read) and nothing is generated in out....but > it is waiting for more information from client.
The handshake requires several messages to be sent back and forth. The server has sent another message to the client at this point and is waiting for a response to that message. Has that message been delivered to the client? ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
