Re: [PATCH v8 06/12] test/py: efi_capsule: add image authentication test

2022-01-16 Thread AKASHI Takahiro
On Sat, Jan 01, 2022 at 11:18:47PM +0100, Heinrich Schuchardt wrote: > On 12/20/21 06:02, AKASHI Takahiro wrote: > > Add a couple of test cases against capsule image authentication > > for capsule-on-disk, where only a signed capsule file with the verified > > signature will be applied to the syste

Re: [PATCH v8 06/12] test/py: efi_capsule: add image authentication test

2022-01-01 Thread Heinrich Schuchardt
On 12/20/21 06:02, AKASHI Takahiro wrote: Add a couple of test cases against capsule image authentication for capsule-on-disk, where only a signed capsule file with the verified signature will be applied to the system. Due to the difficulty of embedding a public key (esl file) in U-Boot binary d

[PATCH v8 06/12] test/py: efi_capsule: add image authentication test

2021-12-19 Thread AKASHI Takahiro
Add a couple of test cases against capsule image authentication for capsule-on-disk, where only a signed capsule file with the verified signature will be applied to the system. Due to the difficulty of embedding a public key (esl file) in U-Boot binary during pytest setup time, all the keys/certif