Re: [PATCH v9 1/1] efi_loader: add PE/COFF image measurement

2021-05-27 Thread Heinrich Schuchardt
On 26.05.21 05:09, Masahisa Kojima wrote: > "TCG PC Client Platform Firmware Profile Specification" > requires to measure every attempt to load and execute > a OS Loader(a UEFI application) into PCR[4]. > This commit adds the PE/COFF image measurement, extends PCR, > and appends measurement into Ev

Re: [PATCH v9 1/1] efi_loader: add PE/COFF image measurement

2021-05-26 Thread Masahisa Kojima
On Thu, 27 May 2021 at 01:28, Alex G. wrote: > > On 5/25/21 10:09 PM, Masahisa Kojima wrote: > > "TCG PC Client Platform Firmware Profile Specification" > > requires to measure every attempt to load and execute > > a OS Loader(a UEFI application) into PCR[4]. > > This commit adds the PE/COFF image

Re: [PATCH v9 1/1] efi_loader: add PE/COFF image measurement

2021-05-26 Thread Alex G.
On 5/25/21 10:09 PM, Masahisa Kojima wrote: "TCG PC Client Platform Firmware Profile Specification" requires to measure every attempt to load and execute a OS Loader(a UEFI application) into PCR[4]. This commit adds the PE/COFF image measurement, extends PCR, and appends measurement into Event Lo

[PATCH v9 1/1] efi_loader: add PE/COFF image measurement

2021-05-25 Thread Masahisa Kojima
"TCG PC Client Platform Firmware Profile Specification" requires to measure every attempt to load and execute a OS Loader(a UEFI application) into PCR[4]. This commit adds the PE/COFF image measurement, extends PCR, and appends measurement into Event Log. Acked-by: Ilias Apalodimas Tested-by: Ili