Re: [PATCH v7 02/17] efi_loader: add signature verification functions

2020-04-19 Thread AKASHI Takahiro
Heinrich, On Fri, Apr 17, 2020 at 08:16:06PM +0200, Heinrich Schuchardt wrote: > On 4/14/20 4:51 AM, AKASHI Takahiro wrote: > > In this commit, implemented are a couple of helper functions which will be > > used to materialize variable authentication as well as image authentication > > in later pa

Re: [PATCH v7 02/17] efi_loader: add signature verification functions

2020-04-19 Thread AKASHI Takahiro
Heinrich, On Tue, Apr 14, 2020 at 04:36:19PM +0200, Heinrich Schuchardt wrote: > On 2020-04-14 04:51, AKASHI Takahiro wrote: > > In this commit, implemented are a couple of helper functions which will be > > used to materialize variable authentication as well as image authentication > > in later p

Re: [PATCH v7 02/17] efi_loader: add signature verification functions

2020-04-17 Thread Heinrich Schuchardt
On 4/14/20 4:51 AM, AKASHI Takahiro wrote: > In this commit, implemented are a couple of helper functions which will be > used to materialize variable authentication as well as image authentication > in later patches. > > Signed-off-by: AKASHI Takahiro > --- > include/efi_api.h | 87

Re: [PATCH v7 02/17] efi_loader: add signature verification functions

2020-04-14 Thread Heinrich Schuchardt
On 2020-04-14 16:52, Heinrich Schuchardt wrote: > On 2020-04-14 04:51, AKASHI Takahiro wrote: >> In this commit, implemented are a couple of helper functions which will be >> used to materialize variable authentication as well as image authentication >> in later patches. >> >> Signed-off-by: AKASHI

Re: [PATCH v7 02/17] efi_loader: add signature verification functions

2020-04-14 Thread Heinrich Schuchardt
On 2020-04-14 04:51, AKASHI Takahiro wrote: > In this commit, implemented are a couple of helper functions which will be > used to materialize variable authentication as well as image authentication > in later patches. > > Signed-off-by: AKASHI Takahiro > --- > include/efi_api.h | 8

Re: [PATCH v7 02/17] efi_loader: add signature verification functions

2020-04-14 Thread Heinrich Schuchardt
On 2020-04-14 04:51, AKASHI Takahiro wrote: > In this commit, implemented are a couple of helper functions which will be > used to materialize variable authentication as well as image authentication > in later patches. > > Signed-off-by: AKASHI Takahiro > --- > include/efi_api.h | 8

[PATCH v7 02/17] efi_loader: add signature verification functions

2020-04-13 Thread AKASHI Takahiro
In this commit, implemented are a couple of helper functions which will be used to materialize variable authentication as well as image authentication in later patches. Signed-off-by: AKASHI Takahiro --- include/efi_api.h | 87 + include/efi_loader.h | 72 lib/e