From: Pauli Date: Mon, 29 Jul 2024 01:55:08 +0000 (+1000) Subject: test: update fipsinstall tests to cover signature_digest_check option X-Git-Tag: openssl-3.4.0-alpha1~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcf839050369b115ae8be9cdf3f00a8ad8c6c2db;p=thirdparty%2Fopenssl.git 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) --- 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 =