summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-06-27 16:37:44 +0100
committerMatt Caswell <matt@openssl.org>2019-07-16 10:16:32 +0100
commit35aca9eccbaf0abbd0d7f350e199a7c97274845a (patch)
treed3c32308bc57ed087f788e133ce1b1a62e5af5c9 /util/libcrypto.num
parent94b40fb77c4e345526c2aff1d8f8b9186fb4a179 (diff)
Add the ability to set PKCS#3 DH padding in providers
This also adds the ability to set arbitrary parameters on key exchange algorithms. The ability to pad the output is one such parameter for DH. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9266)
Diffstat (limited to 'util/libcrypto.num')
-rw-r--r--util/libcrypto.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 9e95e3ee76..d0362490bc 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4683,3 +4683,5 @@ EVP_PKEY_derive_init_ex 4788 3_0_0 EXIST::FUNCTION:
EVP_KEYEXCH_free 4789 3_0_0 EXIST::FUNCTION:
EVP_KEYEXCH_up_ref 4790 3_0_0 EXIST::FUNCTION:
EVP_KEYEXCH_fetch 4791 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_CTX_set_dh_pad 4792 3_0_0 EXIST::FUNCTION:DH
+EVP_PKEY_CTX_set_params 4793 3_0_0 EXIST::FUNCTION: