commit | 2faa4bd2dc7da16e73af1d52e25fa34dfbcd6620 | [log] [tgz] |
---|---|---|
author | Raymond Mao <raymond.mao@linaro.org> | Thu Oct 03 14:50:38 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 14 17:58:51 2024 -0600 |
tree | 86938686e0d9e33d93cef02cd59d572ad84d2c66 | |
parent | d6d088a3bd1461f1b5893e1d7166585f5c5f71c4 [diff] |
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>