summaryrefslogtreecommitdiffstats
path: root/test/recipes/30-test_evp.t
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-12-09 12:32:47 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-12-14 13:46:49 +1000
commit3dafbd4468b6be4ee5228f1a1ba44c8826eff32d (patch)
treeb84b62bc9a34bb40d6ada4b047e595ba20547534 /test/recipes/30-test_evp.t
parentac7750bb5ec4238c4f6514eb174c1bd584728f05 (diff)
Change AES-CTS modes CS2 and CS3 to also be inside the fips module.
The initial thought was that only CS1 mode (the NIST variant) was allowed. The lab has asked if these other modes should be included. The algorithm form indicates that these are able to be validated. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13639)
Diffstat (limited to 'test/recipes/30-test_evp.t')
-rw-r--r--test/recipes/30-test_evp.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/recipes/30-test_evp.t b/test/recipes/30-test_evp.t
index df343d4109..44ea3d01f3 100644
--- a/test/recipes/30-test_evp.t
+++ b/test/recipes/30-test_evp.t
@@ -40,7 +40,7 @@ push @configs, 'fips-and-base.cnf' unless $no_fips;
my @files = qw(
evpciph_aes_ccm_cavs.txt
evpciph_aes_common.txt
- evpciph_aes_cts1.txt
+ evpciph_aes_cts.txt
evpciph_aes_wrap.txt
evpciph_des3_common.txt
evpkdf_hkdf.txt
@@ -71,7 +71,6 @@ push @files, qw(
# A list of tests that only run with the default provider
# (i.e. The algorithms are not present in the fips provider)
my @defltfiles = qw(
- evpciph_aes_cts23.txt
evpciph_aes_ocb.txt
evpciph_aes_siv.txt
evpciph_aria.txt