summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2022-09-22 10:59:01 +1000
committerPauli <pauli@openssl.org>2022-11-02 08:41:05 +1100
commit55d9f73a43dc5c8036d87b9042beb505af1f1ad6 (patch)
tree4a09dfb038ea4982fcb9ff7910f9d9959515b764 /test
parent3e218fd7bedaeafdb8ff25d8414aa7d70b09c124 (diff)
Move DES based test cases out of FIPS territory
Co-authored-by: Randall Steck <rsteck@thinqsoft.com> Co-authored-by: Mark J. Minnoch <mark@keypair.us> Co-authored-by: Steve Weymann <steve@keypair.us> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/19486)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/30-test_evp.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/recipes/30-test_evp.t b/test/recipes/30-test_evp.t
index 54c3862959..7456a33d43 100644
--- a/test/recipes/30-test_evp.t
+++ b/test/recipes/30-test_evp.t
@@ -43,7 +43,6 @@ my @files = qw(
evpciph_aes_cts.txt
evpciph_aes_wrap.txt
evpciph_aes_stitched.txt
- evpciph_des3_common.txt
evpkdf_hkdf.txt
evpkdf_pbkdf1.txt
evpkdf_pbkdf2.txt
@@ -66,7 +65,6 @@ push @files, qw(
) unless $no_dh;
push @files, qw(
evpkdf_x942_des.txt
- evpmac_cmac_des.txt
) unless $no_des;
push @files, qw(evppkey_dsa.txt) unless $no_dsa;
push @files, qw(evppkey_ecx.txt) unless $no_ec;
@@ -83,13 +81,14 @@ push @files, qw(
my @defltfiles = qw(
evpciph_aes_ocb.txt
evpciph_aes_siv.txt
- evpciph_aria.txt
+ evpciph_aria.txt
evpciph_bf.txt
evpciph_camellia.txt
evpciph_camellia_cts.txt
evpciph_cast5.txt
evpciph_chacha.txt
evpciph_des.txt
+ evpciph_des3_common.txt
evpciph_idea.txt
evpciph_rc2.txt
evpciph_rc4.txt
@@ -101,6 +100,7 @@ my @defltfiles = qw(
evpkdf_krb5.txt
evpkdf_scrypt.txt
evpkdf_tls11_prf.txt
+ evpmac_cmac_des.txt
evpmac_blake.txt
evpmac_poly1305.txt
evpmac_siphash.txt