]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Don't do AES SIV tests with the FIPS provider
authorPauli <pauli@openssl.org>
Mon, 27 Feb 2023 08:29:58 +0000 (19:29 +1100)
committerPauli <pauli@openssl.org>
Wed, 1 Mar 2023 07:34:45 +0000 (18:34 +1100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/20386)

test/recipes/30-test_evp.t

index 2afb9da0acff4b232b77dd924b70a3872ec03053..adf0274605ab0fe1085ccaa2c19d4356dc7d73d3 100644 (file)
@@ -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 =>