openssl/providers/fips
Shane Lontis 0d2bfe52bb Add AES_CBC_HMAC_SHA ciphers to providers.
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)
2020-01-06 13:02:16 +10:00
..
build.info Make sure we only run the self tests once 2019-11-29 16:14:44 +00:00
fipsprov.c Add AES_CBC_HMAC_SHA ciphers to providers. 2020-01-06 13:02:16 +10:00
selftest.c Add fips self test DEP for solaris and hpux 2019-12-22 09:44:38 +10:00
selftest.h Make sure we only run the self tests once 2019-11-29 16:14:44 +00:00