Re: [PATCH v1 07/21] grub-install: support embedding x509 certificates

2025-01-24 Thread Avnish Chouhan
Reviewed-by: Avnish Chouhan  On 2024-12-18 20:26, Sudhakar Kuppusamy 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 certifi

Re: [PATCH v1 07/21] grub-install: support embedding x509 certificates

2024-12-27 Thread Stefan Berger
On 12/18/24 9:56 AM, Sudhakar Kuppusamy 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 embedded in the g

[PATCH v1 07/21] grub-install: support embedding x509 certificates

2024-12-18 Thread Sudhakar Kuppusamy
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