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

2020-07-20 Thread AKASHI Takahiro
Heinrich, On Mon, Jul 20, 2020 at 08:29:45AM +0200, Heinrich Schuchardt wrote: > On 7/20/20 7:52 AM, AKASHI Takahiro wrote: > > Heinrich, > > > > On Fri, Jul 17, 2020 at 12:29:06PM +0200, Heinrich Schuchardt wrote: > >> On 17.07.20 09:16, AKASHI Takahiro wrote: > >>> In this test case, an image ma

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

2020-07-19 Thread Heinrich Schuchardt
On 7/20/20 7:52 AM, AKASHI Takahiro wrote: > Heinrich, > > On Fri, Jul 17, 2020 at 12:29:06PM +0200, Heinrich Schuchardt wrote: >> On 17.07.20 09:16, AKASHI Takahiro wrote: >>> In this test case, an image may have a signature with additional >>> intermediate certificates. A chain of trust will be f

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

2020-07-19 Thread AKASHI Takahiro
Heinrich, On Fri, Jul 17, 2020 at 12:29:06PM +0200, Heinrich Schuchardt wrote: > On 17.07.20 09:16, 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 middl

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

2020-07-17 Thread Heinrich Schuchardt
On 17.07.20 09:16, 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 Thanks

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

2020-07-17 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| 134 ++