Re: ressl blocking semantics

2014-11-16 Thread Ted Unangst
On Sun, Nov 16, 2014 at 17:01, Dirk Engling wrote: > Now I noticed that libtls's tls_client.c only allows for tls_connect > which creates blocking sockets only or tls_connect_socket which appears > to use the underlying socket's blocking state. The socket itself is > opaque to me, so that I can not

ressl blocking semantics

2014-11-16 Thread Dirk Engling
dear ressl fellows, when trying to properly reimplement a curses client (i.e. handling stdin with select) with a tls connection using ressl (i.e. handling a server socket with select), I stumbled upon conflicting recommendations in man pages regarding whether to use blocking sockets in BIOs. The