]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
test: update fipsinstall tests to cover signature_digest_check option
authorPauli <ppzgs1@gmail.com>
Mon, 29 Jul 2024 01:55:08 +0000 (11:55 +1000)
committerPauli <ppzgs1@gmail.com>
Sun, 11 Aug 2024 23:30:43 +0000 (09:30 +1000)
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/25020)

test/recipes/03-test_fipsinstall.t

index 7332a2a070537fc1a6b6cc347c12cd25ad9024ef..cb62122fdb71a7b56c798902f66be2f4b46b516a 100644 (file)
@@ -26,7 +26,9 @@ plan skip_all => "Test only supported in a fips build" if disabled("fips");
 
 # Compatible options for pedantic FIPS compliance
 my @pedantic_okay =
-    ( 'ems_check', 'no_drbg_truncated_digests', 'self_test_onload' );
+    ( 'ems_check', 'no_drbg_truncated_digests', 'self_test_onload',
+      'signature_digest_check'
+    );
 
 # Incompatible options for pedantic FIPS compliance
 my @pedantic_fail =