Re: TLS_READ_AGAIN and TLS_WRITE_AGAIN

2015-05-15 Thread Jason McIntyre
On Sat, Apr 18, 2015 at 04:28:17PM +0800, Nathanael Rensen wrote: > The tls_init(3) man page states: > > The tls_close(), tls_read() and tls_write() functions, along with the > tls_accept() and tls_connect() function families, have two special return > values: > >TLS_RE

TLS_READ_AGAIN and TLS_WRITE_AGAIN

2015-04-18 Thread Nathanael Rensen
The tls_init(3) man page states: The tls_close(), tls_read() and tls_write() functions, along with the tls_accept() and tls_connect() function families, have two special return values: TLS_READ_AGAIN A read operation is necessary to continue. TLS_WRITE_AGAIN