mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
0d2bfe52bb
Also Add ability for providers to dynamically exclude cipher algorithms. Cipher algorithms are only returned from providers if their capable() method is either NULL, or the method returns 1. This is mainly required for ciphers that only have hardware implementations. If there is no hardware support, then the algorithm needs to be not available. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10146) |
||
---|---|---|
.. | ||
include/prov | ||
bio_prov.c | ||
build.info | ||
nid_to_name.c | ||
provider_err.c | ||
provider_util.c |