]> git.ipfire.org Git - thirdparty/openssl.git/commit
Implement Async SSL_shutdown
authorMatt Caswell <matt@openssl.org>
Mon, 25 Jan 2016 15:00:10 +0000 (15:00 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 29 Jan 2016 11:36:44 +0000 (11:36 +0000)
commitec4479249d9c0b0a9e2ba6a8c59a0ed62530e954
tree3de699b498f28799d1ef631d70e647125bfcf859
parent35ade23b02a02b5514941586030016b67ac0934e
Implement Async SSL_shutdown

This extends the existing async functionality to SSL_shutdown(), i.e.
SSL_shutdown() can now casuse an SSL_ERROR_WANT_ASYNC error to be returned
from SSL_get_error() if async mode has been enabled.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
apps/s_client.c
ssl/ssl_lib.c