From fcf839050369b115ae8be9cdf3f00a8ad8c6c2db Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 29 Jul 2024 11:55:08 +1000 Subject: [PATCH] test: update fipsinstall tests to cover signature_digest_check option Reviewed-by: Dmitry Belyavskiy Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/25020) --- test/recipes/03-test_fipsinstall.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/recipes/03-test_fipsinstall.t b/test/recipes/03-test_fipsinstall.t index 7332a2a0705..cb62122fdb7 100644 --- a/test/recipes/03-test_fipsinstall.t +++ b/test/recipes/03-test_fipsinstall.t @@ -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 = -- 2.47.3