Add option to fipsinstall to disable fips security checks at run time.
[openssl.git] / INSTALL.md
index 01e255df7e2d3db6c9d0afb849ac2684cec69abf..893049b16e053df560e5595d1a3ed3472ddac312 100644 (file)
@@ -695,6 +695,11 @@ memory allocation).
 
 Don't compile the FIPS provider
 
+### no-fips-securitychecks
+
+Don't perform FIPS module run-time checks related to enforcement of security
+parameters such as minimum security strength of keys.
+
 ### enable-fuzz-libfuzzer, enable-fuzz-afl
 
 Build with support for fuzzing using either libfuzzer or AFL.