Re: [PATCH v5 05/11] test/py: efi_capsule: add image authentication test

2021-11-08 Thread Simon Glass
Hi Takahiro, On Sun, 7 Nov 2021 at 21:15, AKASHI Takahiro wrote: > > On Fri, Nov 05, 2021 at 10:12:20AM -0600, Simon Glass wrote: > > Hi Takahiro, > > > > On Thu, 4 Nov 2021 at 21:24, AKASHI Takahiro > > wrote: > > > > > > On Thu, Nov 04, 2021 at 08:02:37PM -0600, Simon Glass wrote: > > > > Hi

Re: [PATCH v5 05/11] test/py: efi_capsule: add image authentication test

2021-11-07 Thread AKASHI Takahiro
On Fri, Nov 05, 2021 at 10:12:20AM -0600, Simon Glass wrote: > Hi Takahiro, > > On Thu, 4 Nov 2021 at 21:24, AKASHI Takahiro > wrote: > > > > On Thu, Nov 04, 2021 at 08:02:37PM -0600, Simon Glass wrote: > > > Hi Takahiro, > > > > > > On Thu, 4 Nov 2021 at 19:21, AKASHI Takahiro > > > wrote: >

Re: [PATCH v5 05/11] test/py: efi_capsule: add image authentication test

2021-11-05 Thread Simon Glass
Hi Takahiro, On Thu, 4 Nov 2021 at 21:24, AKASHI Takahiro wrote: > > On Thu, Nov 04, 2021 at 08:02:37PM -0600, Simon Glass wrote: > > Hi Takahiro, > > > > On Thu, 4 Nov 2021 at 19:21, AKASHI Takahiro > > wrote: > > > > > > On Wed, Nov 03, 2021 at 08:49:04PM -0600, Simon Glass wrote: > > > > Hi

Re: [PATCH v5 05/11] test/py: efi_capsule: add image authentication test

2021-11-04 Thread AKASHI Takahiro
On Thu, Nov 04, 2021 at 08:02:37PM -0600, Simon Glass wrote: > Hi Takahiro, > > On Thu, 4 Nov 2021 at 19:21, AKASHI Takahiro > wrote: > > > > On Wed, Nov 03, 2021 at 08:49:04PM -0600, Simon Glass wrote: > > > Hi Takahiro, > > > > > > On Wed, 3 Nov 2021 at 20:04, AKASHI Takahiro > > > wrote: >

Re: [PATCH v5 05/11] test/py: efi_capsule: add image authentication test

2021-11-04 Thread Simon Glass
Hi Takahiro, On Thu, 4 Nov 2021 at 19:21, AKASHI Takahiro wrote: > > On Wed, Nov 03, 2021 at 08:49:04PM -0600, Simon Glass wrote: > > Hi Takahiro, > > > > On Wed, 3 Nov 2021 at 20:04, AKASHI Takahiro > > wrote: > > > > > > On Tue, Nov 02, 2021 at 08:58:15AM -0600, Simon Glass wrote: > > > > Hi

Re: [PATCH v5 05/11] test/py: efi_capsule: add image authentication test

2021-11-04 Thread AKASHI Takahiro
On Wed, Nov 03, 2021 at 08:49:04PM -0600, Simon Glass wrote: > Hi Takahiro, > > On Wed, 3 Nov 2021 at 20:04, AKASHI Takahiro > wrote: > > > > On Tue, Nov 02, 2021 at 08:58:15AM -0600, Simon Glass wrote: > > > Hi Takahiro, > > > > > > On Thu, 28 Oct 2021 at 23:25, AKASHI Takahiro > > > wrote: >

Re: [PATCH v5 05/11] test/py: efi_capsule: add image authentication test

2021-11-03 Thread Simon Glass
Hi Takahiro, On Wed, 3 Nov 2021 at 20:04, AKASHI Takahiro wrote: > > On Tue, Nov 02, 2021 at 08:58:15AM -0600, Simon Glass wrote: > > Hi Takahiro, > > > > On Thu, 28 Oct 2021 at 23:25, AKASHI Takahiro > > wrote: > > > > > > On Thu, Oct 28, 2021 at 09:17:49PM -0600, Simon Glass wrote: > > > > Hi

Re: [PATCH v5 05/11] test/py: efi_capsule: add image authentication test

2021-11-03 Thread AKASHI Takahiro
On Tue, Nov 02, 2021 at 08:58:15AM -0600, Simon Glass wrote: > Hi Takahiro, > > On Thu, 28 Oct 2021 at 23:25, AKASHI Takahiro > wrote: > > > > On Thu, Oct 28, 2021 at 09:17:49PM -0600, Simon Glass wrote: > > > Hi Takahiro, > > > > > > On Thu, 28 Oct 2021 at 00:25, AKASHI Takahiro > > > wrote: >

Re: [PATCH v5 05/11] test/py: efi_capsule: add image authentication test

2021-11-02 Thread Simon Glass
Hi Takahiro, On Thu, 28 Oct 2021 at 23:25, AKASHI Takahiro wrote: > > On Thu, Oct 28, 2021 at 09:17:49PM -0600, Simon Glass wrote: > > Hi Takahiro, > > > > On Thu, 28 Oct 2021 at 00:25, AKASHI Takahiro > > wrote: > > > > > > Add a couple of test cases against capsule image authentication > > >

Re: [PATCH v5 05/11] test/py: efi_capsule: add image authentication test

2021-10-28 Thread AKASHI Takahiro
On Thu, Oct 28, 2021 at 09:17:49PM -0600, Simon Glass wrote: > Hi Takahiro, > > On Thu, 28 Oct 2021 at 00:25, 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

Re: [PATCH v5 05/11] test/py: efi_capsule: add image authentication test

2021-10-28 Thread Simon Glass
Hi Takahiro, On Thu, 28 Oct 2021 at 00:25, 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

[PATCH v5 05/11] test/py: efi_capsule: add image authentication test

2021-10-28 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