Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.
[openssl.git] / providers / common / include / prov / securitycheck.h
index 4a7f85f71186ec95df424a6751348a5209960a1f..62e60cc0103f0f3b21ee3e2fbfc5eb3f8038de73 100644 (file)
@@ -28,3 +28,4 @@ int ossl_digest_get_approved_nid(const EVP_MD *md);
 int ossl_digest_rsa_sign_get_md_nid(OSSL_LIB_CTX *ctx, const EVP_MD *md,
                                     int sha1_allowed);
 int ossl_securitycheck_enabled(OSSL_LIB_CTX *libctx);
+int ossl_tls1_prf_ems_check_enabled(OSSL_LIB_CTX *libctx);