加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
add-FIPS_mode_set-support.patch 623 Bytes
一键复制 编辑 原始数据 按行查看 历史
fly_fzc 提交于 2024-08-21 10:34 . add fips feature
From 9ffb8af6f00224c93caa8d738414502b7483a2a0 Mon Sep 17 00:00:00 2001
From: jinlun <jinlun@huawei.com>
Date: Wed, 14 Aug 2024 15:24:31 +0800
Subject: [PATCH] add FIPS_mode_set support
---
include/openssl/fips.h | 1 +
1 files changed, 1 insertions(+)
diff --git a/include/openssl/fips.h b/include/openssl/fips.h
index 4162cbf..5e89003 100644
--- a/include/openssl/fips.h
+++ b/include/openssl/fips.h
@@ -19,6 +19,7 @@ extern "C" {
# endif
# define FIPS_mode() EVP_default_properties_is_fips_enabled(NULL)
+# define FIPS_mode_set(r) EVP_default_properties_enable_fips(NULL, r)
# ifdef __cplusplus
}
--
2.27.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化