diff options
author | Shane Lontis <shane.lontis@oracle.com> | 2020-09-04 09:55:28 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-18 15:20:39 +0200 |
commit | 7a810fac866c6c1d93015999633ee2a29f17b3d2 (patch) | |
tree | 5d66eb98a8120b53d5f916735864096d003fb180 /Configure | |
parent | fix provider exchange operations (diff) | |
download | openssl-7a810fac866c6c1d93015999633ee2a29f17b3d2.tar.xz openssl-7a810fac866c6c1d93015999633ee2a29f17b3d2.zip |
Add 'fips-securitychecks' option and plumb this into the actual fips checks
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12745)
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -421,6 +421,7 @@ my @disablables = ( "external-tests", "filenames", "fips", + "fips-securitychecks", "fuzz-libfuzzer", "fuzz-afl", "gost", |