summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-10-15 13:39:02 +1000
committerTomas Mraz <tomas@openssl.org>2021-01-26 15:22:13 +0100
commit98dbf2c1c8143c0cc6dd05be7950d90bc6792064 (patch)
tree80e18bd238e8f64b4b207846e8322b4ecfdb1592 /util
parent5764c3522c417fc775a78df4529e7a6f93379de8 (diff)
Add functions to set values into an EVP_PKEY
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13139)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index bc39e25b6d..8b23993b07 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5287,3 +5287,10 @@ PEM_write_bio_PUBKEY_ex ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_get_group_name ? 3_0_0 EXIST::FUNCTION:
CRYPTO_atomic_or ? 3_0_0 EXIST::FUNCTION:
CRYPTO_atomic_load ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_settable_params ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_set_params ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_set_int_param ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_set_size_t_param ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_set_bn_param ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_set_utf8_string_param ? 3_0_0 EXIST::FUNCTION:
+EVP_PKEY_set_octet_string_param ? 3_0_0 EXIST::FUNCTION: