Add s_server and s_client async support
authorMatt Caswell <matt@openssl.org>
Fri, 13 Feb 2015 23:33:12 +0000 (23:33 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Nov 2015 23:31:42 +0000 (23:31 +0000)
commit7e25dd6da17eefb3c0c31ac4ad436b70f6d39f86
treed04613167538e7216a84bf856396f99bafe09868
parent07bbc92ccb96d48044220d2ed2cf818323baeb26
Add s_server and s_client async support

A new -async option is added which activates SSL_MODE_ASYNC. Also
SSL_WANT_ASYNC errors are handled appropriately.

Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/s_client.c
apps/s_server.c