Re: [PATCH v3 1/5] efi_loader: add secure boot variable measurement

2021-08-10 Thread Masahisa Kojima
Hi Akashi-san, Thank you for your comment. On Tue, 10 Aug 2021 at 10:44, AKASHI Takahiro wrote: > > Kojima-san, > > On Fri, Aug 06, 2021 at 04:02:11PM +0900, Masahisa Kojima wrote: > > TCG PC Client PFP spec requires to measure the secure > > boot policy before validating the UEFI image. > > Thi

Re: [PATCH v3 1/5] efi_loader: add secure boot variable measurement

2021-08-09 Thread AKASHI Takahiro
Kojima-san, On Fri, Aug 06, 2021 at 04:02:11PM +0900, Masahisa Kojima wrote: > TCG PC Client PFP spec requires to measure the secure > boot policy before validating the UEFI image. > This commit adds the secure boot variable measurement > of "SecureBoot", "PK", "KEK", "db", "dbx", "dbt", and "dbr"

[PATCH v3 1/5] efi_loader: add secure boot variable measurement

2021-08-06 Thread Masahisa Kojima
TCG PC Client PFP spec requires to measure the secure boot policy before validating the UEFI image. This commit adds the secure boot variable measurement of "SecureBoot", "PK", "KEK", "db", "dbx", "dbt", and "dbr". Note that this implementation assumes that secure boot variables are pre-configured