mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
acvp-test: disable the ACVP testing code by default
It's only useful for the FIPS lab and shouldn't be in production. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/15092)
This commit is contained in:
parent
045a893091
commit
d1a770414a
@ -513,6 +513,7 @@ my %deprecated_disablables = (
|
||||
|
||||
our %disabled = ( # "what" => "comment"
|
||||
"fips" => "default",
|
||||
"acvp-tests" => "default",
|
||||
"asan" => "default",
|
||||
"buildtest-c++" => "default",
|
||||
"crypto-mdebug" => "default",
|
||||
|
@ -521,9 +521,9 @@ never be used in production environments. It will only work when used with
|
||||
gcc or clang and should be used in conjunction with the [no-shared](#no-shared)
|
||||
option.
|
||||
|
||||
### no-acvp-tests
|
||||
### enable-acvp-tests
|
||||
|
||||
Do not build support for Automated Cryptographic Validation Protocol (ACVP)
|
||||
Build support for Automated Cryptographic Validation Protocol (ACVP)
|
||||
tests.
|
||||
|
||||
This is required for FIPS validation purposes. Certain ACVP tests require
|
||||
|
Loading…
Reference in New Issue
Block a user