From b38ede8043439d99a3c6c174f17b91875cce66ac Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 4 Feb 2018 12:20:37 +0900 Subject: Export keying material using early exporter master secret This commit adds SSL_export_keying_material_early() which exports keying material using early exporter master secret. Reviewed-by: Rich Salz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/5252) --- 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 866ff537a5..48c5eca19d 100644 --- a/util/libssl.num +++ b/util/libssl.num @@ -476,3 +476,4 @@ SSL_SESSION_get_max_fragment_length 476 1_1_1 EXIST::FUNCTION: SSL_stateless 477 1_1_1 EXIST::FUNCTION: SSL_verify_client_post_handshake 478 1_1_1 EXIST::FUNCTION: SSL_force_post_handshake_auth 479 1_1_1 EXIST::FUNCTION: +SSL_export_keying_material_early 480 1_1_1 EXIST::FUNCTION: -- cgit v1.2.3