From 43ae5eed6f8665b88f45445df666ab2688aae7b0 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 5 Apr 2017 11:59:23 +0100 Subject: Implement a new custom extensions API The old custom extensions API was not TLSv1.3 aware. Extensions are used extensively in TLSv1.3 and they can appear in many different types of messages. Therefore we need a new API to be able to cope with that. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3139) --- 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 49949100da..49974c9c94 100644 --- a/util/libssl.num +++ b/util/libssl.num @@ -439,3 +439,4 @@ SSL_get0_CA_list 439 1_1_1 EXIST::FUNCTION: 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: -- cgit v1.2.3