Re: [PATCH 8/8] test/py: efi_secboot: add test for intermediate certificates

2020-06-09 Thread Heinrich Schuchardt
On 09.06.20 07:14, AKASHI Takahiro wrote: > In this test case, an image may have a signature with additional > intermediate certificates. A chain of trust will be followed and all > the certificates in the middle of chain must be verified before loading. > > Signed-off-by: AKASHI Takahiro > --- >

[PATCH 8/8] test/py: efi_secboot: add test for intermediate certificates

2020-06-08 Thread AKASHI Takahiro
In this test case, an image may have a signature with additional intermediate certificates. A chain of trust will be followed and all the certificates in the middle of chain must be verified before loading. Signed-off-by: AKASHI Takahiro --- test/py/tests/test_efi_secboot/conftest.py| 138 ++