Re: [PATCH v3 08/25] grub-install: support embedding x509 certificates

2025-06-18 Thread Daniel Kiper
On Tue, Jun 10, 2025 at 09:20:42PM +0530, Sudhakar wrote: > From: Alastair D'Silva > > To support verification of appended signatures, we need a way to > embed the necessary public keys. Existing appended signature schemes > in the Linux kernel use X.509 certificates, so allow certificates to > be

[PATCH v3 08/25] grub-install: support embedding x509 certificates

2025-06-10 Thread Sudhakar
From: Alastair D'Silva To support verification of appended signatures, we need a way to embed the necessary public keys. Existing appended signature schemes in the Linux kernel use X.509 certificates, so allow certificates to be embedded in the GRUB core image in the same way as PGP keys. Signed