[PATCH 11/41] Rename RSA with openSSL

4 views
Skip to first unread message

Stefano Babic

unread,
Jul 22, 2025, 2:00:35 AM7/22/25
to swup...@googlegroups.com, Stefano Babic
Signed-off-by: Stefano Babic <stefan...@swupdate.org>
---
crypto/Makefile | 4 ++--
.../{swupdate_rsa_verify.c => swupdate_rsa_verify_openssl.c} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
rename crypto/{swupdate_rsa_verify.c => swupdate_rsa_verify_openssl.c} (100%)

diff --git a/crypto/Makefile b/crypto/Makefile
index 9a70ca38..0d1d0b6a 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -9,8 +9,8 @@ obj-$(CONFIG_ENCRYPTED_IMAGES) += swupdate_decrypt_pkcs11.o
else
obj-$(CONFIG_ENCRYPTED_IMAGES) += swupdate_decrypt_openssl.o
endif
-obj-$(CONFIG_SIGALG_RAWRSA) += swupdate_rsa_verify.o
-obj-$(CONFIG_SIGALG_RSAPSS) += swupdate_rsa_verify.o
+obj-$(CONFIG_SIGALG_RAWRSA) += swupdate_rsa_verify_openssl.o
+obj-$(CONFIG_SIGALG_RSAPSS) += swupdate_rsa_verify_openssl.o
endif
ifeq ($(CONFIG_SSL_IMPL_OPENSSL),y)
obj-$(CONFIG_SIGALG_CMS) += swupdate_cms_verify.o
diff --git a/crypto/swupdate_rsa_verify.c b/crypto/swupdate_rsa_verify_openssl.c
similarity index 100%
rename from crypto/swupdate_rsa_verify.c
rename to crypto/swupdate_rsa_verify_openssl.c
--
2.43.0

Stefano Babic

unread,
Jul 24, 2025, 9:21:42 AM7/24/25
to swup...@googlegroups.com, Stefano Babic, Michael Glembotzki
Signed-off-by: Stefano Babic <stefan...@swupdate.org>
Tested-by: Michael Glembotzki <Michael.G...@iris-sensing.com>
Reply all
Reply to author
Forward
0 new messages