Re: [PATCH v4 03/16] efi_loader: add signature verification functions

2020-01-20 Thread AKASHI Takahiro
On Fri, Jan 17, 2020 at 06:37:39AM +0100, Heinrich Schuchardt wrote: > On 1/17/20 3:20 AM, AKASHI Takahiro wrote: > >On Wed, Jan 15, 2020 at 01:13:36AM +0100, Heinrich Schuchardt wrote: > >>On 1/15/20 12:43 AM, Heinrich Schuchardt wrote: > >>>On 12/18/19 1:44 AM, AKASHI Takahiro wrote: > >(snip) >

Re: [PATCH v4 03/16] efi_loader: add signature verification functions

2020-01-16 Thread Heinrich Schuchardt
On 1/17/20 3:20 AM, AKASHI Takahiro wrote: On Wed, Jan 15, 2020 at 01:13:36AM +0100, Heinrich Schuchardt wrote: On 1/15/20 12:43 AM, Heinrich Schuchardt wrote: On 12/18/19 1:44 AM, AKASHI Takahiro wrote: (snip) diff --git a/lib/efi_loader/efi_signature.c b/lib/efi_loader/efi_signature.c new f

Re: [PATCH v4 03/16] efi_loader: add signature verification functions

2020-01-16 Thread AKASHI Takahiro
On Wed, Jan 15, 2020 at 01:13:36AM +0100, Heinrich Schuchardt wrote: > On 1/15/20 12:43 AM, Heinrich Schuchardt wrote: > >On 12/18/19 1:44 AM, AKASHI Takahiro wrote: (snip) > >>diff --git a/lib/efi_loader/efi_signature.c > >>b/lib/efi_loader/efi_signature.c > >>new file mode 100644 > >>index 00

Re: [PATCH v4 03/16] efi_loader: add signature verification functions

2020-01-14 Thread Heinrich Schuchardt
On 1/15/20 12:43 AM, Heinrich Schuchardt wrote: On 12/18/19 1:44 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 --

Re: [PATCH v4 03/16] efi_loader: add signature verification functions

2020-01-14 Thread Heinrich Schuchardt
On 12/18/19 1:44 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 +

[PATCH v4 03/16] efi_loader: add signature verification functions

2019-12-17 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