summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-08-12 11:59:43 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-08-12 11:59:43 +1000
commite3efe7a53299dff3cd2222542b6a999b1360d626 (patch)
treec65037e5c1c56b9cb732d5f5725ed1ed81ada946 /util
parentaf88e64a98a6402dabd41ac2de194444dd285b49 (diff)
Add public API for gettables and settables for keymanagement, signatures and key exchange.
The openssl provider app will now display these params. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12396)
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 d5f7d9826c..2a573cae7a 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5252,3 +5252,10 @@ EVP_PKEY_CTX_set0_dh_kdf_ukm ? 3_0_0 EXIST::FUNCTION:DH
EVP_PKEY_CTX_get0_dh_kdf_ukm ? 3_0_0 EXIST::FUNCTION:DH
EVP_CIPHER_CTX_get_iv_state ? 3_0_0 EXIST::FUNCTION:
EVP_CIPHER_CTX_get_iv ? 3_0_0 EXIST::FUNCTION:
+EVP_KEYMGMT_gettable_params ? 3_0_0 EXIST::FUNCTION:
+EVP_KEYMGMT_settable_params ? 3_0_0 EXIST::FUNCTION:
+EVP_KEYMGMT_gen_settable_params ? 3_0_0 EXIST::FUNCTION:
+EVP_SIGNATURE_gettable_ctx_params ? 3_0_0 EXIST::FUNCTION:
+EVP_SIGNATURE_settable_ctx_params ? 3_0_0 EXIST::FUNCTION:
+EVP_KEYEXCH_gettable_ctx_params ? 3_0_0 EXIST::FUNCTION:
+EVP_KEYEXCH_settable_ctx_params ? 3_0_0 EXIST::FUNCTION: