Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/25020)
# 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 =