Re: [PATCH v7 00/17] efi_loader: add secure boot support

2020-04-17 Thread Sughosh Ganu
Takahiro, On Fri, 17 Apr 2020 at 12:51, AKASHI Takahiro wrote: > Heinrich, > > I was notified of some wrong implementation in this patch set. > I think that the change will be contained in efi_signature_verify() > function, but it is so essential in terms of "verification" logic. > > While I'm s

Re: [PATCH v7 00/17] efi_loader: add secure boot support

2020-04-17 Thread AKASHI Takahiro
Heinrich, I was notified of some wrong implementation in this patch set. I think that the change will be contained in efi_signature_verify() function, but it is so essential in terms of "verification" logic. While I'm still investigating the issue to determine what impact it will have, I would ha

[PATCH v7 00/17] efi_loader: add secure boot support

2020-04-13 Thread AKASHI Takahiro
One of major missing features in current UEFI implementation is "secure boot." The ultimate goal of my attempt is to implement image authentication based on signature and provide UEFI secure boot support which would be fully compliant with UEFI specification, section 32[1]. (The code was originally