]> git.dujemihanovic.xyz Git - u-boot.git/commit
asn1_decoder: add build options for ASN1 decoder
authorRaymond Mao <raymond.mao@linaro.org>
Thu, 3 Oct 2024 21:50:38 +0000 (14:50 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Oct 2024 23:58:51 +0000 (17:58 -0600)
commitab58c46584f3aafd47f7c3c123ef96e7c44e873a
tree86938686e0d9e33d93cef02cd59d572ad84d2c66
parente9b681a347bfc7f42ded076e68ea1773c9879728
asn1_decoder: add build options for ASN1 decoder

When building with MbedTLS, we are using MbedTLS to decode ASN1 data
for x509, pkcs7 and mscode.
Introduce _LEGACY and _MBEDTLS kconfigs for ASN1 decoder legacy and
MbedTLS implementations respectively.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/Makefile
lib/mbedtls/Kconfig
lib/mbedtls/Makefile