Add the OSSL_PROVIDER_get_capabilities() API function
authorMatt Caswell <matt@openssl.org>
Mon, 18 May 2020 14:13:09 +0000 (15:13 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 19 Jun 2020 09:19:31 +0000 (10:19 +0100)
commit82ec09ec6d4e35ef359a7cb22c0cb46662f18155
tree79986b46b4b7d26cbbd95318c65b97b4d447f7b7
parent72bfc9585891cffd29eb683ae5fb3181d62b9d33
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)
crypto/provider.c
crypto/provider_core.c
doc/internal/man3/ossl_provider_new.pod
include/internal/provider.h
include/openssl/provider.h
util/libcrypto.num