aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-10-15 16:45:54 +0100
committerMatt Caswell <matt@openssl.org>2020-11-18 14:14:52 +0000
commit163f6dc1f70f30de46a68137c36e70cae4d95cd8 (patch)
treec7f1c37b230a8f226b716b65736c2b1cb236cfd4 /util
parent9912be1b33bf2a65672d70ad75e07e0d63d33df3 (diff)
downloadopenssl-163f6dc1f70f30de46a68137c36e70cae4d95cd8.zip
openssl-163f6dc1f70f30de46a68137c36e70cae4d95cd8.tar.gz
openssl-163f6dc1f70f30de46a68137c36e70cae4d95cd8.tar.bz2
Implement a replacement for SSL_set_tmp_dh()
The old function took a DH as a parameter. In the new version we pass an EVP_PKEY instead. Similarly for the SSL_CTX version of this function. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13368)
Diffstat (limited to 'util')
-rw-r--r--util/libssl.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libssl.num b/util/libssl.num
index 8b22c71..75e45bb 100644
--- a/util/libssl.num
+++ b/util/libssl.num
@@ -517,3 +517,5 @@ SSL_new_session_ticket ? 3_0_0 EXIST::FUNCTION:
SSL_get0_peer_certificate ? 3_0_0 EXIST::FUNCTION:
SSL_get1_peer_certificate ? 3_0_0 EXIST::FUNCTION:
SSL_load_client_CA_file_ex ? 3_0_0 EXIST::FUNCTION:
+SSL_set0_tmp_dh_pkey ? 3_0_0 EXIST::FUNCTION:
+SSL_CTX_set0_tmp_dh_pkey ? 3_0_0 EXIST::FUNCTION: