commit | 4cfa6204e8740a3e89b96fac3f1ac49d137e9dc9 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Fri Mar 27 15:20:24 2015 +0000 |
committer | Matt Caswell <matt@openssl.org> | Fri Nov 20 23:32:18 2015 +0000 |
tree | 3db4b0d9724882ee483cfbbb99377fd5c6152e2c | |
parent | 826760945de655d2d2d387cac3a3646ced80977e [diff] |
Fix s_server -WWW with -async The s_server option -WWW was not async aware, and therefore was not handling SSL_ERROR_WANT_ASYNC conditions. This commit fixes that. Reviewed-by: Rich Salz <rsalz@openssl.org>