Re: [PATCH v6 26/28] asn1_decoder: add build options for ASN1 decoder

2024-08-28 Thread Ilias Apalodimas
On Sat, 17 Aug 2024 at 00:54, Raymond Mao wrote: > > 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 > --

[PATCH v6 26/28] asn1_decoder: add build options for ASN1 decoder

2024-08-16 Thread Raymond Mao
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 --- Changes in v2 - Initial patch. Changes in v3 - None. Changes in