From 585bf10a0c577374098649b0e73021250b929cae Mon Sep 17 00:00:00 2001 From: code4lala Date: Fri, 10 Feb 2023 10:09:47 +0800 Subject: [PATCH] add rsa_sup_mul.c from CVE-2022-4304 fix https://github.com/openssl/openssl/commit/43d8f88511991533f53680a751e9326999a6a31f Signed-off-by: code4lala --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 8586723304..22676374ec 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -268,6 +268,7 @@ ohos_source_set("crypto_source") { "crypto/bn/bn_srp.c", "crypto/bn/bn_word.c", "crypto/bn/bn_x931p.c", + "crypto/bn/rsa_sup_mul.c", "crypto/buffer/buf_err.c", "crypto/buffer/buffer.c", "crypto/cmac/cm_ameth.c", -- GitLab