]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
fips: make installations FIPS compliant by default
authorPauli <pauli@openssl.org>
Wed, 5 Jul 2023 09:02:02 +0000 (19:02 +1000)
committerPauli <pauli@openssl.org>
Sun, 9 Jul 2023 06:27:22 +0000 (16:27 +1000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/21363)

util/mk-fipsmodule-cnf.pl

index e55ce180b74f946fd227019f33a9aeffb16f4ea9..a1867140640c223ad3c488c77ec849747e998c66 100644 (file)
@@ -12,8 +12,8 @@ use Getopt::Long;
 # self_test_onload happens if install_mac isn't included, don't add it below
 my $conditional_errors = 1;
 my $security_checks = 1;
-my $ems_check = 0;
-my $drgb_no_trunc_dgst = 0;
+my $ems_check = 1;
+my $drgb_no_trunc_dgst = 1;
 
 my $activate = 1;
 my $mac_key;