summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-05-18 15:13:09 +0100
committerMatt Caswell <matt@openssl.org>2020-06-19 10:19:31 +0100
commit82ec09ec6d4e35ef359a7cb22c0cb46662f18155 (patch)
tree79986b46b4b7d26cbbd95318c65b97b4d447f7b7 /util
parent72bfc9585891cffd29eb683ae5fb3181d62b9d33 (diff)
Add the OSSL_PROVIDER_get_capabilities() API function
Provide a function to applications to query the capabilities that a provider can perform. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11914)
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 230126ff55..a92dccef61 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5099,3 +5099,4 @@ 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:
OSSL_PROVIDER_get0_provider_ctx ? 3_0_0 EXIST::FUNCTION:
+OSSL_PROVIDER_get_capabilities ? 3_0_0 EXIST::FUNCTION: