summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-05-04 15:28:15 +0100
committerMatt Caswell <matt@openssl.org>2020-06-05 10:31:06 +0100
commit5f603a280ca71b7136861b9bc408f37fd1c4e0d7 (patch)
tree4c201e275d78aede7ba0a4d03425ab300fce665a /util
parent263ff2c9d4c88f19133d21d9956d71edd7401d54 (diff)
Enable applications to directly call a provider's query operation
This is useful to get hold of the low-level dispatch tables. This could be used to create a new provider based on an existing one. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11834)
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 fd0509172f..3ac1c1ca49 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5097,3 +5097,4 @@ EC_GROUP_get_field_type ? 3_0_0 EXIST::FUNCTION:EC
X509_PUBKEY_eq ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_eq ? 3_0_0 EXIST::FUNCTION:
EVP_PKEY_parameters_eq ? 3_0_0 EXIST::FUNCTION:
+OSSL_PROVIDER_query_operation ? 3_0_0 EXIST::FUNCTION: