Re: [PATCH v1 19/21] appendedsig: Reads the default DB keys from ELF Note

2025-02-27 Thread sudhakar
On 2025-01-02 18:49, Stefan Berger wrote: On 12/18/24 9:56 AM, Sudhakar Kuppusamy wrote: if secure boot enabled with PKS and set use_static_keys flag, it If Secure Boot is enabled with PKS and the use_static_keys flag is set, then read the DB default keys from the ELF note and store them in th

Re: [PATCH v1 19/21] appendedsig: Reads the default DB keys from ELF Note

2025-02-06 Thread Avnish Chouhan
Reviewed-by: Avnish Chouhan  On 2024-12-18 20:26, Sudhakar Kuppusamy wrote: if secure boot enabled with PKS and set use_static_keys flag, it reads the DB default keys from ELF Note and store it in trusted list buffer. Signed-off-by: Sudhakar Kuppusamy --- grub-core/commands/appendedsig/app

Re: [PATCH v1 19/21] appendedsig: Reads the default DB keys from ELF Note

2025-01-02 Thread Stefan Berger
On 12/18/24 9:56 AM, Sudhakar Kuppusamy wrote: if secure boot enabled with PKS and set use_static_keys flag, it If Secure Boot is enabled with PKS and the use_static_keys flag is set, then read the DB default keys from the ELF note and store them in the trusted list buffer. reads the DB

[PATCH v1 19/21] appendedsig: Reads the default DB keys from ELF Note

2024-12-18 Thread Sudhakar Kuppusamy
if secure boot enabled with PKS and set use_static_keys flag, it reads the DB default keys from ELF Note and store it in trusted list buffer. Signed-off-by: Sudhakar Kuppusamy --- grub-core/commands/appendedsig/appendedsig.c | 58 ++-- 1 file changed, 41 insertions(+), 17 deletio