openssl/providers
Shane Lontis 3fed27181a Add FIPS Self test for AES_ECB decrypt
Fixes #14807

Compliance with IG 9.4 requires that an inverse cipher function be
tested if one is implemented. Just running AES_GCM encrypt/decrypt does not meet this
requirement (Since only ECB, CBC, XTS, KW, KWP support the inverse
function during decryption mode).

Added a mode to the cipher test so that the AES_GCM only does an encrypt
and AES_ECB only does a decrypt. TDES still does both.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14825)
2021-04-13 13:06:37 +10:00
..
common Add additional KMAC error 2021-04-12 14:59:09 +10:00
fips Add FIPS Self test for AES_ECB decrypt 2021-04-13 13:06:37 +10:00
implementations Always reset IV for CBC, OFB, and CFB mode on cipher context reinit 2021-04-12 09:49:09 +02:00
baseprov.c Update copyright year 2021-04-08 13:04:41 +01:00
build.info Make fipsinstall -out flag optional 2021-03-24 17:46:40 +01:00
decoders.inc Update copyright year 2021-02-18 15:05:17 +00:00
defltprov.c APPS: Replace the use of OBJ_nid2ln() with name or description calls 2021-04-02 08:57:47 +02:00
encoders.inc PROV: Implement an EC key -> blob encoder, to get the public key 2021-02-27 16:14:09 +01:00
legacyprov.c
nullprov.c
prov_running.c
stores.inc