Re: [PATCH v2 00/16] efi_loader: add secure boot support

2019-12-11 Thread Tom Rini
On Wed, Dec 11, 2019 at 11:10:42AM +0900, AKASHI Takahiro wrote: > On Tue, Dec 10, 2019 at 08:54:12PM -0500, Tom Rini wrote: > > On Wed, Dec 11, 2019 at 09:41:56AM +0900, AKASHI Takahiro wrote: > > > Simon, > > > > > > On Wed, Dec 04, 2019 at 05:28:59PM +0900, AKASHI Takahiro wrote: > > > > On Wed

Re: [PATCH v2 00/16] efi_loader: add secure boot support

2019-12-10 Thread AKASHI Takahiro
On Tue, Dec 10, 2019 at 08:54:12PM -0500, Tom Rini wrote: > On Wed, Dec 11, 2019 at 09:41:56AM +0900, AKASHI Takahiro wrote: > > Simon, > > > > On Wed, Dec 04, 2019 at 05:28:59PM +0900, AKASHI Takahiro wrote: > > > On Wed, Dec 04, 2019 at 08:31:26AM +0100, Heinrich Schuchardt wrote: > > > > On 12/

Re: [PATCH v2 00/16] efi_loader: add secure boot support

2019-12-10 Thread Tom Rini
On Wed, Dec 11, 2019 at 09:41:56AM +0900, AKASHI Takahiro wrote: > Simon, > > On Wed, Dec 04, 2019 at 05:28:59PM +0900, AKASHI Takahiro wrote: > > On Wed, Dec 04, 2019 at 08:31:26AM +0100, Heinrich Schuchardt wrote: > > > On 12/4/19 3:43 AM, AKASHI Takahiro wrote: > > > >Tom, Simon, Heinrich, > >

Re: [PATCH v2 00/16] efi_loader: add secure boot support

2019-12-10 Thread AKASHI Takahiro
Simon, On Wed, Dec 04, 2019 at 05:28:59PM +0900, AKASHI Takahiro wrote: > On Wed, Dec 04, 2019 at 08:31:26AM +0100, Heinrich Schuchardt wrote: > > On 12/4/19 3:43 AM, AKASHI Takahiro wrote: > > >Tom, Simon, Heinrich, > > > > > >I have submitted three major patch sets for UEFI secure boot: > > >* x

Re: [PATCH v2 00/16] efi_loader: add secure boot support

2019-12-04 Thread Tom Rini
On Wed, Dec 04, 2019 at 05:28:59PM +0900, AKASHI Takahiro wrote: > On Wed, Dec 04, 2019 at 08:31:26AM +0100, Heinrich Schuchardt wrote: > > On 12/4/19 3:43 AM, AKASHI Takahiro wrote: > > >Tom, Simon, Heinrich, > > > > > >I have submitted three major patch sets for UEFI secure boot: > > >* x509/pkcs

Re: [PATCH v2 00/16] efi_loader: add secure boot support

2019-12-04 Thread AKASHI Takahiro
On Wed, Dec 04, 2019 at 08:31:26AM +0100, Heinrich Schuchardt wrote: > On 12/4/19 3:43 AM, AKASHI Takahiro wrote: > >Tom, Simon, Heinrich, > > > >I have submitted three major patch sets for UEFI secure boot: > >* x509/pkcs7 parser > >* RSA library extension > >* UEFI secure boot > > > >I have no te

Re: [PATCH v2 00/16] efi_loader: add secure boot support

2019-12-03 Thread Heinrich Schuchardt
On 12/4/19 3:43 AM, AKASHI Takahiro wrote: Tom, Simon, Heinrich, I have submitted three major patch sets for UEFI secure boot: * x509/pkcs7 parser * RSA library extension * UEFI secure boot I have no technical issues to fix now and have seen only a few minor comments on them (if I confirm that

Re: [PATCH v2 00/16] efi_loader: add secure boot support

2019-12-03 Thread AKASHI Takahiro
Tom, Simon, Heinrich, I have submitted three major patch sets for UEFI secure boot: * x509/pkcs7 parser * RSA library extension * UEFI secure boot I have no technical issues to fix now and have seen only a few minor comments on them (if I confirm that you have no more comments, I can submit new v

Re: [U-Boot] [PATCH v2 00/16] efi_loader: add secure boot support

2019-11-28 Thread Ilias Apalodimas
On Tue, Nov 26, 2019 at 09:51:04AM +0900, AKASHI Takahiro wrote: > 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 > c

Re: [U-Boot] [PATCH v2 00/16] efi_loader: add secure boot support

2019-11-25 Thread AKASHI Takahiro
Some updates, On Tue, Nov 26, 2019 at 09:51:04AM +0900, AKASHI Takahiro wrote: > 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 wou

[U-Boot] [PATCH v2 00/16] efi_loader: add secure boot support

2019-11-25 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