Implement a Filtering Provider
authorMatt Caswell <matt@openssl.org>
Mon, 4 May 2020 15:26:07 +0000 (16:26 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 5 Jun 2020 09:31:58 +0000 (10:31 +0100)
commit3cd69b7458f1dfa274d4d8fe1a46a35d91e9008c
tree96508397093afb24d1225ca1e6946c44c80ee6b1
parentd01d375264e73f49a416409e2f8febe88ad39c8a
Implement a Filtering Provider

The filtering provider can be used to place a filter in front of the
default provider. Initially to filter out certain algorithms from being
available for test purposes.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11834)
test/build.info
test/filterprov.c [new file with mode: 0644]