diff options
author | Matt Caswell <matt@openssl.org> | 2017-03-21 14:50:31 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2017-04-26 17:42:29 +0200 |
commit | e586eac8858c3ea1f6094f5a3ea489e8e7f1973a (patch) | |
tree | 8b19c97fca82b683aedf2ccde86105c84749d98d /util | |
parent | Remove TLS1.3 TODO around testing for session id length (diff) | |
download | openssl-e586eac8858c3ea1f6094f5a3ea489e8e7f1973a.tar.xz openssl-e586eac8858c3ea1f6094f5a3ea489e8e7f1973a.zip |
Add support for SSL_SESSION_is_resumable()
Provide a way to test whether the SSL_SESSION object can be used to resume a
sesion or not.
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3008)
Diffstat (limited to 'util')
-rw-r--r-- | util/libssl.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libssl.num b/util/libssl.num index 49974c9c94..ccaf4bce6f 100644 --- a/util/libssl.num +++ b/util/libssl.num @@ -440,3 +440,4 @@ SSL_get0_peer_CA_list 440 1_1_1 EXIST::FUNCTION: SSL_CTX_add1_CA_list 441 1_1_1 EXIST::FUNCTION: SSL_CTX_get0_CA_list 442 1_1_1 EXIST::FUNCTION: SSL_CTX_add_custom_ext 443 1_1_1 EXIST::FUNCTION: +SSL_SESSION_is_resumable 444 1_1_1 EXIST::FUNCTION: |