summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-06-27 10:48:17 +0100
committerMatt Caswell <matt@openssl.org>2019-07-16 10:16:32 +0100
commitff64702b3d83d4c77756e0fd7b624e2165dbbdf0 (patch)
treec46161f5b250c26bec7a5d31973d2f66451c4846 /util
parentcbfa5b03989ee6b8f5c13c4284d5bae02c562f20 (diff)
Make the EVP Key Exchange code provider aware
We introduce a new EVP_KEYEXCH type to represent key exchange algorithms and refactor the existing code to use it where available. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9266)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 0ce880041e..9e95e3ee76 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4679,3 +4679,7 @@ BN_priv_rand_ex 4784 3_0_0 EXIST::FUNCTION:
BN_rand_range_ex 4785 3_0_0 EXIST::FUNCTION:
BN_priv_rand_range_ex 4786 3_0_0 EXIST::FUNCTION:
BN_generate_prime_ex2 4787 3_0_0 EXIST::FUNCTION:
+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: