]> git.dujemihanovic.xyz Git - u-boot.git/commit
mbedtls: add public key porting layer
authorRaymond Mao <raymond.mao@linaro.org>
Thu, 3 Oct 2024 21:50:28 +0000 (14:50 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Oct 2024 23:58:43 +0000 (17:58 -0600)
commitbfbf3ab6151ff22e2c6f90cf4cff92758b84e66a
treeddb938d9dd018946836327c0f8dd2babfa9dd55e
parentaed1c9a20e0d09f21ce36f8b704c77d7dfa1d26d
mbedtls: add public key porting layer

Add porting layer for public key on top of MbedTLS X509 library.
Introduce _LEGACY and _MBEDTLS kconfigs for public key legacy and
MbedTLS implementations respectively.

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