mirror of
https://github.com/openssl/openssl.git
synced 2024-12-27 06:21:43 +08:00
96d6a4e446
This permits negative testing of FIPS module load failure. Also changed the MAC to all zeros to make it even clearer. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16168)
8 lines
235 B
INI
8 lines
235 B
INI
#The MAC here is meant to be incorrect, do not modify it
|
|
|
|
[fips_sect]
|
|
activate = 1
|
|
conditional-errors = 1
|
|
security-checks = 1
|
|
module-mac = 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
|