openssl/providers/implementations/include/prov
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
..
blake2.h
ciphercommon_aead.h Move providers/common/{ciphers,digests}/* to providers/implementations 2019-12-11 12:55:48 +01:00
ciphercommon_ccm.h PROV: Move AES_CCM specialisation away from common cipher header 2019-12-12 14:59:24 +01:00
ciphercommon_gcm.h PROV: Move AES_GCM specialisation away from common cipher header 2019-12-12 14:59:24 +01:00
ciphercommon.h EVP & PROV: Fix all platform inclusions 2019-12-19 13:33:35 +01:00
digestcommon.h Move providers/common/{ciphers,digests}/* to providers/implementations 2019-12-11 12:55:48 +01:00
implementations.h Add AES_CBC_HMAC_SHA ciphers to providers. 2020-01-06 13:02:16 +10:00
md5_sha1.h