diff --git a/src/fips/provider.rs b/src/fips/provider.rs index fa5d0a67..761d3411 100644 --- a/src/fips/provider.rs +++ b/src/fips/provider.rs @@ -151,7 +151,7 @@ static FIPS_MODULE_FILE_NAME: LazyLock = LazyLock::new(|| { static FIPS_INSTALL_VERSION: &CStr = c"1"; static FIPS_CONDITIONAL_ERRORS: &CStr = c"1"; -static FIPS_SECURITY_CHECKS: &CStr = c"0"; +static FIPS_SECURITY_CHECKS: &CStr = c"1"; static FIPS_PARAM_TLS1_PRF_EMS_CHECK: &CStr = c"1"; static FIPS_PARAM_DRBG_TRUNC_DIGEST: &CStr = c"1"; static FIPS_PARAM_RSA_PKCS15_PAD_DISABLED: &CStr = c"0";