diff options
author | Pauli <pauli@openssl.org> | 2022-11-08 23:53:21 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2022-11-10 12:25:04 +0100 |
commit | c69cf38ec4b592a488f0c8d3042ecc345787ffc9 (patch) | |
tree | b61c722be6203c2f8735525d23d2c1567de9f3ce /test/recipes/30-test_evp.t | |
parent | Put 3DES back into the FIPS provider as a non-approved algorithm (diff) | |
download | openssl-c69cf38ec4b592a488f0c8d3042ecc345787ffc9.tar.xz openssl-c69cf38ec4b592a488f0c8d3042ecc345787ffc9.zip |
Revert "Move DES based test cases out of FIPS territory"
This reverts commit c511953a0828e126b80a9ea8cee12d001d685ba8.
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19631)
Diffstat (limited to '')
-rw-r--r-- | test/recipes/30-test_evp.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/recipes/30-test_evp.t b/test/recipes/30-test_evp.t index 51db74f5ec..572f5b1d8e 100644 --- a/test/recipes/30-test_evp.t +++ b/test/recipes/30-test_evp.t @@ -44,6 +44,7 @@ my @files = qw( evpciph_aes_cts.txt evpciph_aes_wrap.txt evpciph_aes_stitched.txt + evpciph_des3_common.txt evpkdf_hkdf.txt evpkdf_kbkdf_counter.txt evpkdf_pbkdf1.txt @@ -67,6 +68,7 @@ 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; @@ -89,7 +91,6 @@ my @defltfiles = qw( evpciph_cast5.txt evpciph_chacha.txt evpciph_des.txt - evpciph_des3_common.txt evpciph_idea.txt evpciph_rc2.txt evpciph_rc4.txt @@ -101,7 +102,6 @@ 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 |