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
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