[openssl-users] Graceful shutdown of TLS connection for blocking sockets

Michel michel.sales at free.fr
Mon Oct 9 08:32:21 UTC 2017


> With blocking sockets, you just loop back around and repeat the same call
if either of those messages are returned by SSL_get_error(). No select()
required.

Yes, you have to repeat the same call, but select() is still usefull,
especially with blocking sockets.

Regards,

Michel.



More information about the openssl-users mailing list