diff options
author | Matt Caswell <matt@openssl.org> | 2017-06-12 19:38:30 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2017-06-21 15:45:35 +0200 |
commit | 911d63f2611490590e0527ffcd4c95a67cd13a28 (patch) | |
tree | 231855554136c9007215f9f08918187933ed30cb /util | |
parent | Add the ability to use a server side TLSv1.3 external PSK in s_server (diff) | |
download | openssl-911d63f2611490590e0527ffcd4c95a67cd13a28.tar.xz openssl-911d63f2611490590e0527ffcd4c95a67cd13a28.zip |
Add SSL_SESSION_set1_master_key()
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3670)
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 959e134ea0..25e0750e1a 100644 --- a/util/libssl.num +++ b/util/libssl.num @@ -456,3 +456,4 @@ SSL_set_psk_use_session_callback 456 1_1_1 EXIST::FUNCTION: SSL_CTX_set_psk_use_session_callback 457 1_1_1 EXIST::FUNCTION: SSL_CTX_set_psk_find_session_callback 458 1_1_1 EXIST::FUNCTION: SSL_CIPHER_get_handshake_digest 459 1_1_1 EXIST::FUNCTION: +SSL_SESSION_set1_master_key 460 1_1_1 EXIST::FUNCTION: |