Re: [PATCH 1/2] ima: use the IMA configured hash algo to calculate the boot aggregate

From: Mimi Zohar
Date: Wed Jan 29 2020 - 17:51:28 EST


On Wed, 2020-01-29 at 09:30 +0100, Petr Vorel wrote:
> Hi Mimi,
>
> Reviewed-by: Petr Vorel <pvorel@xxxxxxx>
>
> > The original LTP ima_boot_aggregate.c test needed to be updated to
> > support TPM 2.0 before this change. ÂFor TPM 2.0, the PCRs are not
> > exported. ÂWith this change, the kernel could be reading PCRs from a
> > TPM bank other than SHA1 and calculating the boot_aggregate based on a
> > different hash algorithm as well. ÂI'm not sure how a remote verifier
> > would know which TPM bank was read, when calculating the boot-
> > aggregate.
> Mimi, do you plan to do update LTP test?

In order to test Roberto's patches that calculates and extends the
different TPM banks with the appropriate hashes, we'll need some test
to verify that it is working properly. ÂAs to whether this will be in
LTP or ima-evm-utils, I'm not sure.

Mimi