]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
evp_test: include signature generation and verification tests for SLH-DSA
authorPauli <ppzgs1@gmail.com>
Fri, 14 Feb 2025 02:47:05 +0000 (13:47 +1100)
committerPauli <ppzgs1@gmail.com>
Thu, 20 Feb 2025 00:17:40 +0000 (11:17 +1100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/26750)

test/recipes/30-test_evp.t

index 5ac7c4c4b3e2a6dac9b8e4d608e346826f4f00dd..9a5c0acd9aad5e68b9187b8ac0df1001acc354d2 100644 (file)
@@ -24,6 +24,7 @@ my $no_fips = disabled('fips') || ($ENV{NO_FIPS} // 0);
 my $no_legacy = disabled('legacy') || ($ENV{NO_LEGACY} // 0);
 my $no_des = disabled("des");
 my $no_dh = disabled("dh");
+my $no_slh_dsa = disabled("slh-dsa");
 my $no_dsa = disabled("dsa");
 my $no_ec = disabled("ec");
 my $no_ecx = disabled("ecx");
@@ -76,6 +77,10 @@ push @files, qw(
                 evpkdf_x942_des.txt
                 evpmac_cmac_des.txt
                ) unless $no_des;
+push @files, qw(
+                evppkey_slh_dsa_siggen.txt
+                evppkey_slh_dsa_sigver.txt
+               ) unless $no_slh_dsa;
 push @files, qw(
                 evppkey_dsa.txt
                 evppkey_dsa_sigalg.txt