]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/fips_names.h
Add option to fipsinstall to disable fips security checks at run time.
[thirdparty/openssl.git] / include / openssl / fips_names.h
index 7dec75fcea83df9be54b63fa34b62f45c9ce9303..b42fe503f9c6826425b353f7ffcb9aa2c320520f 100644 (file)
@@ -46,6 +46,12 @@ extern "C" {
  */
 # define OSSL_PROV_FIPS_PARAM_CONDITIONAL_ERRORS "conditional-errors"
 
+/*
+ * A boolean that determines if the runtime FIPS security checks are performed.
+ * Type: OSSL_PARAM_UTF8_STRING
+ */
+# define OSSL_PROV_FIPS_PARAM_SECURITY_CHECKS "security-checks"
+
 # ifdef __cplusplus
 }
 # endif