summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-04-05 10:46:18 +0200
committerRichard Levitte <levitte@openssl.org>2019-04-05 15:43:37 +0200
commitcb92964563a053d5d9c0810912fa6d3ff35c1e16 (patch)
tree8c8b2ec7a5635ae092fe6658c71dbc0d4d387a4c /util
parentbc362b9b72021c2a066102f4f6bee5afc981e07a (diff)
EVP_set_default_properties(): New function to set global properties
EVP_MD_fetch() can be given a property query string. However, there are cases when it won't, for example in implicit fetches. Therefore, we also need a way to set a global property query string to be used in all subsequent fetches. This also applies to all future algorithm fetching functions. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8681)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 5b488d0e4d..6388973066 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4793,3 +4793,4 @@ X509_get0_sm2_id 4740 3_0_0 EXIST::FUNCTION:SM2
EVP_PKEY_get0_engine 4741 3_0_0 EXIST::FUNCTION:ENGINE
EVP_MD_upref 4742 3_0_0 EXIST::FUNCTION:
EVP_MD_fetch 4743 3_0_0 EXIST::FUNCTION:
+EVP_set_default_properties 4744 3_0_0 EXIST::FUNCTION: