summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-05-18 12:43:12 +0200
committerRichard Levitte <levitte@openssl.org>2020-05-20 11:26:14 +0200
commita7ad40c502d3484e0a574e121cfba70631f224bf (patch)
tree68997906916c0eb3768f0723e6f310b77c8ee6c1 /util
parentb2a5001d954e81e2a582f2a935212ab554a3cbbe (diff)
Add OSSL_PROVIDER_do_all()
This allows applications to iterate over all loaded providers. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11858)
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 8882f0480d..12c9f4f9d3 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5092,3 +5092,4 @@ OSSL_STORE_LOADER_set_attach ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_CTX_set_rsa_pss_keygen_saltlen ? 3_0_0 EXIST::FUNCTION:RSA
EVP_PKEY_CTX_set_rsa_pss_keygen_mgf1_md ? 3_0_0 EXIST::FUNCTION:RSA
EVP_PKEY_CTX_set_rsa_pss_keygen_mgf1_md_name ? 3_0_0 EXIST::FUNCTION:RSA
+OSSL_PROVIDER_do_all ? 3_0_0 EXIST::FUNCTION: