]> git.dujemihanovic.xyz Git - u-boot.git/commit
mbedtls: add PKCS7 parser porting layer
authorRaymond Mao <raymond.mao@linaro.org>
Thu, 3 Oct 2024 21:50:32 +0000 (14:50 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Oct 2024 23:58:46 +0000 (17:58 -0600)
commit7de0d155cce7006167089b753abb14c0dc83c0e4
tree45b1adfa1922677399d063cc9ecfc914e7782e80
parent3741abfe86c677ed6ea05571bbab34cc25886848
mbedtls: add PKCS7 parser porting layer

Add porting layer for PKCS7 parser on top of MbedTLS PKCS7 library.
Introduce _LEGACY and _MBEDTLS kconfigs for PKCS7 parser 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/pkcs7_parser.c [new file with mode: 0644]