Re: [PATCH v2 08/21] appended signatures: import GNUTLS's ASN.1 description files

2025-06-10 Thread sudhakar
Hi Daniel, Thank you for your valuable review. addressed all the below review comments in v3. Thanks, Sudhakar Kuppusmay On 2025-05-28 21:25, Daniel Kiper wrote: On Thu, Mar 27, 2025 at 01:02:29AM +0530, Sudhakar Kuppusamy wrote: From: Daniel Axtens In order to parse PKCS#7 messages and X

Re: [PATCH v2 08/21] appended signatures: import GNUTLS's ASN.1 description files

2025-05-28 Thread Daniel Kiper
On Thu, Mar 27, 2025 at 01:02:29AM +0530, Sudhakar Kuppusamy wrote: > From: Daniel Axtens > > In order to parse PKCS#7 messages and X.509 certificates with libtasn1, > we need some information about how they are encoded. > > We get these from GNUTLS, which has the benefit that they support the > f

[PATCH v2 08/21] appended signatures: import GNUTLS's ASN.1 description files

2025-03-26 Thread Sudhakar Kuppusamy
From: Daniel Axtens In order to parse PKCS#7 messages and X.509 certificates with libtasn1, we need some information about how they are encoded. We get these from GNUTLS, which has the benefit that they support the features we need and are well tested. The GNUTLS files are from: - https://git