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
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