This patch adds SM3 as one of the module signing algorithm.
GUO Zihua (1): keys: Allow automatic module signature with SM3
kernel/module/Kconfig | 5 +++++ 1 file changed, 5 insertions(+)
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I5K5HM CVE: NA
--------------------------------
Support SM3 algorithm for module automatic signature during "make modules_install" and "make modules_sign".
Signed-off-by: GUO Zihua guozihua@huawei.com Reviewed-by: Xiu Jianfeng xiujianfeng@huawei.com Reviewed-by: Chao Liu liuchao173@huawei.com Signed-off-by: Zheng Zengkai zhengzengkai@huawei.com Conflicts: init/Kconfig Signed-off-by: GUO Zihua guozihua@huawei.com --- kernel/module/Kconfig | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/kernel/module/Kconfig b/kernel/module/Kconfig index 33a2e991f608..10bea6de5a05 100644 --- a/kernel/module/Kconfig +++ b/kernel/module/Kconfig @@ -256,6 +256,10 @@ config MODULE_SIG_SHA512 bool "Sign modules with SHA-512" select CRYPTO_SHA512
+config MODULE_SIG_SM3 + bool "Sign modules with SM3" + select CRYPTO_SM3 + endchoice
config MODULE_SIG_HASH @@ -266,6 +270,7 @@ config MODULE_SIG_HASH default "sha256" if MODULE_SIG_SHA256 default "sha384" if MODULE_SIG_SHA384 default "sha512" if MODULE_SIG_SHA512 + default "sm3" if MODULE_SIG_SM3
choice prompt "Module compression mode"
反馈: 您发送到kernel@openeuler.org的补丁/补丁集,已成功转换为PR! PR链接地址: https://gitee.com/openeuler/kernel/pulls/3032 邮件列表地址:https://mailweb.openeuler.org/hyperkitty/list/kernel@openeuler.org/message/C...
FeedBack: The patch(es) which you have sent to kernel@openeuler.org mailing list has been converted to a pull request successfully! Pull request link: https://gitee.com/openeuler/kernel/pulls/3032 Mailing list address: https://mailweb.openeuler.org/hyperkitty/list/kernel@openeuler.org/message/C...