]> git.dujemihanovic.xyz Git - u-boot.git/commit
mbedtls: add RSA helper layer on MbedTLS
authorRaymond Mao <raymond.mao@linaro.org>
Thu, 3 Oct 2024 21:50:36 +0000 (14:50 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Oct 2024 23:58:50 +0000 (17:58 -0600)
commit1df80a4f5f7868101692c371b9185c01a99714b5
treef5142d967d1133ede697d5ed0f3ef8c5e2e73278
parent513a15db0dba24bc5e5dad971a2be1a4831a0037
mbedtls: add RSA helper layer on MbedTLS

Add RSA helper layer on top on MbedTLS PK and RSA library.
Introduce _LEGACY and _MBEDTLS kconfigs for RSA helper legacy and
MbedTLS implementations respectively.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/mbedtls/Kconfig
lib/mbedtls/Makefile
lib/mbedtls/rsa_helper.c [new file with mode: 0644]