From e586eac8858c3ea1f6094f5a3ea489e8e7f1973a Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 21 Mar 2017 13:50:31 +0000 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/3008) --- util/libssl.num | 1 + 1 file changed, 1 insertion(+) (limited to 'util/libssl.num') 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: -- cgit v1.2.3