Re: [PATCH v3 12/25] appended signatures: parse X.509 certificates

2025-06-27 Thread Daniel Kiper
On Tue, Jun 10, 2025 at 09:20:46PM +0530, Sudhakar wrote: > From: Daniel Axtens > > This code allows us to parse: > > - X.509 certificates: at least enough to verify the signatures on the >PKCS#7 messages. We expect that the certificates embedded in grub will s/grub/GRUB/ The project name is

[PATCH v3 12/25] appended signatures: parse X.509 certificates

2025-06-10 Thread Sudhakar
From: Daniel Axtens This code allows us to parse: - X.509 certificates: at least enough to verify the signatures on the PKCS#7 messages. We expect that the certificates embedded in grub will be leaf certificates, not CA certificates. The parser enforces this. - X.509 certificates suppor