[PATCH] efi_loader: Fix spec ID event creation

2021-09-14 Thread Ruchika Gupta
TCG EFI Protocol Specification defines the number_of_algorithms field in spec ID event to be equal to the number of active algorithms supported by the TPM device. In current implementation, this field is populated with the count of all algorithms supported by the TPM which leads to incorrect spec I

Re: [PATCH] efi_loader: Fix spec ID event creation

2021-09-13 Thread Ilias Apalodimas
On Tue, Sep 14, 2021 at 12:14:31PM +0530, Ruchika Gupta wrote: > TCG EFI Protocol Specification defines the number_of_algorithms > field in spec ID event to be equal to the number of active > algorithms supported by the TPM device. In current implementation, > this field is populated with the count