From: Pauli Date: Mon, 27 Feb 2023 08:29:58 +0000 (+1100) Subject: Don't do AES SIV tests with the FIPS provider X-Git-Tag: openssl-3.2.0-alpha1~1214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5ad015898718a99ed6cb3e1d096434e112c2862;p=thirdparty%2Fopenssl.git Don't do AES SIV tests with the FIPS provider Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/20386) --- diff --git a/test/recipes/30-test_evp.t b/test/recipes/30-test_evp.t index 2afb9da0acf..adf0274605a 100644 --- a/test/recipes/30-test_evp.t +++ b/test/recipes/30-test_evp.t @@ -80,7 +80,6 @@ push @files, qw( evppkey_kas.txt evppkey_mismatch.txt ) unless $no_ec; -push @files, qw(evpciph_aes_gcm_siv.txt) unless $no_siv; # A list of tests that only run with the default provider # (i.e. The algorithms are not present in the fips provider) @@ -125,6 +124,7 @@ push @defltfiles, qw(evppkey_brainpool.txt) unless $no_ec; push @defltfiles, qw(evppkey_ecdsa_rfc6979.txt) unless $no_ec; push @defltfiles, qw(evppkey_dsa_rfc6979.txt) unless $no_dsa; push @defltfiles, qw(evppkey_sm2.txt) unless $no_sm2; +push @defltfiles, qw(evpciph_aes_gcm_siv.txt) unless $no_siv; push @defltfiles, qw(evpciph_aes_siv.txt) unless $no_siv; plan tests =>