]> git.ipfire.org Git - thirdparty/openssl.git/commit
Enable applications to directly call a provider's query operation
authorMatt Caswell <matt@openssl.org>
Mon, 4 May 2020 14:28:15 +0000 (15:28 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 5 Jun 2020 09:31:06 +0000 (10:31 +0100)
commit5f603a280ca71b7136861b9bc408f37fd1c4e0d7
tree4c201e275d78aede7ba0a4d03425ab300fce665a
parent263ff2c9d4c88f19133d21d9956d71edd7401d54
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)
crypto/provider.c
doc/man3/OSSL_PROVIDER.pod
include/openssl/provider.h
util/libcrypto.num