mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
fips: make installations FIPS compliant by default
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/21363)
This commit is contained in:
parent
0345cac6d2
commit
dc6f3b9b8d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user