aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-07-22 22:54:54 +0200
committerRichard Levitte <levitte@openssl.org>2020-08-24 10:02:25 +0200
commitc4fc564d48456be622509886d3ea5618fce2a02e (patch)
tree0394f0e2a9712e6042ea816304b37e9cbf44b5ec /util
parent8704b6bf32ccc24570b57fbdfef685fbd3572635 (diff)
downloadopenssl-c4fc564d48456be622509886d3ea5618fce2a02e.zip
openssl-c4fc564d48456be622509886d3ea5618fce2a02e.tar.gz
openssl-c4fc564d48456be622509886d3ea5618fce2a02e.tar.bz2
STORE: Add the base functions to support provider based loaders
This includes fixing a bug that could only be discovered when no loaders were registered. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12512)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num8
1 files changed, 8 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 54c28ad..575731b 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5273,3 +5273,11 @@ PEM_read_PUBKEY_ex ? 3_0_0 EXIST::FUNCTION:STDIO
PEM_read_bio_Parameters_ex ? 3_0_0 EXIST::FUNCTION:
EC_GROUP_new_from_params ? 3_0_0 EXIST::FUNCTION:EC
OSSL_STORE_LOADER_set_open_with_libctx ? 3_0_0 EXIST::FUNCTION:
+OSSL_STORE_LOADER_fetch ? 3_0_0 EXIST::FUNCTION:
+OSSL_STORE_LOADER_up_ref ? 3_0_0 EXIST::FUNCTION:
+OSSL_STORE_LOADER_provider ? 3_0_0 EXIST::FUNCTION:
+OSSL_STORE_LOADER_properties ? 3_0_0 EXIST::FUNCTION:
+OSSL_STORE_LOADER_number ? 3_0_0 EXIST::FUNCTION:
+OSSL_STORE_LOADER_is_a ? 3_0_0 EXIST::FUNCTION:
+OSSL_STORE_LOADER_do_all_provided ? 3_0_0 EXIST::FUNCTION:
+OSSL_STORE_LOADER_names_do_all ? 3_0_0 EXIST::FUNCTION: