Re: [openssl-users] SSL_ERROR_WANT_READ but nothing to read

2015-03-17 Thread Narada Hess
users-boun...@openssl.org] On Behalf Of Matt Caswell Sent: Tuesday, March 17, 2015 4:03 AM To: openssl-users@openssl.org Subject: Re: [openssl-users] SSL_ERROR_WANT_READ but nothing to read On 17/03/15 00:51, Narada Hess wrote: > HI, > > I have a client application using a single read-write socket

Re: [openssl-users] SSL_ERROR_WANT_READ but nothing to read

2015-03-17 Thread Matt Caswell
On 17/03/15 00:51, Narada Hess wrote: > HI, > > I have a client application using a single read-write socket in > non-blocking mode. In C, on Linux, using openssl 1.0.1e. After the > connection is established and all the initial handshaking is done, the > client issues SSL_read(), then enters a

[openssl-users] SSL_ERROR_WANT_READ but nothing to read

2015-03-16 Thread Narada Hess
HI, I have a client application using a single read-write socket in non-blocking mode. In C, on Linux, using openssl 1.0.1e. After the connection is established and all the initial handshaking is done, the client issues SSL_read(), then enters a loop of: - Interpret results (such as b