summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-08-12 14:56:18 +0200
committerRichard Levitte <levitte@openssl.org>2019-08-15 10:49:56 +0200
commitae3ff60e7bea6fb7510b5c0c2b9599d8430cf001 (patch)
treea6cef6a574ebeac091b9bdb57ba6aff5c257becf /util
parentaee6e29f0e88df18ebc21dbcf9d4d5794d7511e0 (diff)
Add missing EVP param utility functions
These functions were missing for a completes API: EVP_MD_get_params(), EVP_CIPHER_get_params(), EVP_CIPHER_CTX_set_params(), and EVP_CIPHER_CTX_get_params Additionally, we also add all the corresponding parameter descriptor returning functions, along the correspoding provider dispatches: EVP_MD_gettable_params(), EVP_MD_CTX_settable_params(), EVP_MD_CTX_gettable_params(), EVP_CIPHER_gettable_params(), EVP_CIPHER_CTX_settable_params(), and EVP_CIPHER_CTX_gettable_params() Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9576)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num10
1 files changed, 10 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index ac861fec6b..dfa27f96f7 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4710,3 +4710,13 @@ OPENSSL_hexstr2buf_ex 4819 3_0_0 EXIST::FUNCTION:
OPENSSL_buf2hexstr_ex 4820 3_0_0 EXIST::FUNCTION:
OSSL_PARAM_construct_from_text 4821 3_0_0 EXIST::FUNCTION:
OSSL_PARAM_allocate_from_text 4822 3_0_0 EXIST::FUNCTION:
+EVP_MD_gettable_params 4823 3_0_0 EXIST::FUNCTION:
+EVP_MD_CTX_settable_params 4824 3_0_0 EXIST::FUNCTION:
+EVP_MD_CTX_gettable_params 4825 3_0_0 EXIST::FUNCTION:
+EVP_CIPHER_get_params 4826 3_0_0 EXIST::FUNCTION:
+EVP_CIPHER_CTX_set_params 4827 3_0_0 EXIST::FUNCTION:
+EVP_CIPHER_CTX_get_params 4828 3_0_0 EXIST::FUNCTION:
+EVP_CIPHER_gettable_params 4829 3_0_0 EXIST::FUNCTION:
+EVP_CIPHER_CTX_settable_params 4830 3_0_0 EXIST::FUNCTION:
+EVP_CIPHER_CTX_gettable_params 4831 3_0_0 EXIST::FUNCTION:
+EVP_MD_get_params 4832 3_0_0 EXIST::FUNCTION: