Re: Warning for SSL_read()

2013-08-12 Thread Wim Lewis
On 12 Aug 2013, at 3:36 AM, John Selbie wrote: > I'm upgrading a socket server written for non-blocking TCP sockets to use > OpenSSL in non-blocking mode. > > In the man page for SSL_read, the following is stated: > > "When an SSL_read() operation has to be repeated because of > SSL_ERROR_WANT

Warning for SSL_read()

2013-08-12 Thread John Selbie
I'm upgrading a socket server written for non-blocking TCP sockets to use OpenSSL in non-blocking mode. In the man page for SSL_read, the following is stated: "When an SSL_read() operation has to be repeated because of SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE, it must be repeated with the sa