commit | ec4479249d9c0b0a9e2ba6a8c59a0ed62530e954 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Mon Jan 25 15:00:10 2016 +0000 |
committer | Matt Caswell <matt@openssl.org> | Fri Jan 29 11:36:44 2016 +0000 |
tree | 3de699b498f28799d1ef631d70e647125bfcf859 | |
parent | 35ade23b02a02b5514941586030016b67ac0934e [diff] |
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>