Re: [U-Boot] [PATCH v1 00/11] import x509/pkcs7 parsers from linux

2019-10-22 Thread AKASHI Takahiro
Tom, On Fri, Oct 18, 2019 at 08:35:23AM -0400, Tom Rini wrote: > On Fri, Oct 18, 2019 at 05:36:28PM +0900, AKASHI Takahiro wrote: > > Hi Tom, > > > > On Thu, Oct 17, 2019 at 11:23:21AM -0400, Tom Rini wrote: > > > On Tue, Oct 15, 2019 at 06:25:19PM +0900, AKASHI Takahiro wrote: > > > > On Tue, Oc

Re: [U-Boot] [PATCH v1 00/11] import x509/pkcs7 parsers from linux

2019-10-18 Thread Tom Rini
On Fri, Oct 18, 2019 at 05:36:28PM +0900, AKASHI Takahiro wrote: > Hi Tom, > > On Thu, Oct 17, 2019 at 11:23:21AM -0400, Tom Rini wrote: > > On Tue, Oct 15, 2019 at 06:25:19PM +0900, AKASHI Takahiro wrote: > > > On Tue, Oct 15, 2019 at 07:33:18AM +0200, Heinrich Schuchardt wrote: > > > > On 10/15/

Re: [U-Boot] [PATCH v1 00/11] import x509/pkcs7 parsers from linux

2019-10-18 Thread AKASHI Takahiro
Hi Tom, On Thu, Oct 17, 2019 at 11:23:21AM -0400, Tom Rini wrote: > On Tue, Oct 15, 2019 at 06:25:19PM +0900, AKASHI Takahiro wrote: > > On Tue, Oct 15, 2019 at 07:33:18AM +0200, Heinrich Schuchardt wrote: > > > On 10/15/19 5:18 AM, AKASHI Takahiro wrote: > > > >On Sat, Oct 12, 2019 at 03:02:09PM

Re: [U-Boot] [PATCH v1 00/11] import x509/pkcs7 parsers from linux

2019-10-17 Thread Tom Rini
On Tue, Oct 15, 2019 at 06:25:19PM +0900, AKASHI Takahiro wrote: > On Tue, Oct 15, 2019 at 07:33:18AM +0200, Heinrich Schuchardt wrote: > > On 10/15/19 5:18 AM, AKASHI Takahiro wrote: > > >On Sat, Oct 12, 2019 at 03:02:09PM +0200, Heinrich Schuchardt wrote: > > >>On 10/11/19 9:55 AM, AKASHI Takahir

Re: [U-Boot] [PATCH v1 00/11] import x509/pkcs7 parsers from linux

2019-10-15 Thread Heinrich Schuchardt
On 10/15/19 10:56 AM, AKASHI Takahiro wrote: On Tue, Oct 15, 2019 at 07:33:18AM +0200, Heinrich Schuchardt wrote: On 10/15/19 5:18 AM, AKASHI Takahiro wrote: On Sat, Oct 12, 2019 at 03:02:09PM +0200, Heinrich Schuchardt wrote: On 10/11/19 9:55 AM, AKASHI Takahiro wrote: I hope this patch set

Re: [U-Boot] [PATCH v1 00/11] import x509/pkcs7 parsers from linux

2019-10-15 Thread AKASHI Takahiro
On Tue, Oct 15, 2019 at 07:33:18AM +0200, Heinrich Schuchardt wrote: > On 10/15/19 5:18 AM, AKASHI Takahiro wrote: > >On Sat, Oct 12, 2019 at 03:02:09PM +0200, Heinrich Schuchardt wrote: > >>On 10/11/19 9:55 AM, AKASHI Takahiro wrote: > >>>I hope this patch set will be reviewed promptly as I'm aimi

Re: [U-Boot] [PATCH v1 00/11] import x509/pkcs7 parsers from linux

2019-10-15 Thread AKASHI Takahiro
On Tue, Oct 15, 2019 at 07:33:18AM +0200, Heinrich Schuchardt wrote: > On 10/15/19 5:18 AM, AKASHI Takahiro wrote: > >On Sat, Oct 12, 2019 at 03:02:09PM +0200, Heinrich Schuchardt wrote: > >>On 10/11/19 9:55 AM, AKASHI Takahiro wrote: > >>>I hope this patch set will be reviewed promptly as I'm aimi

Re: [U-Boot] [PATCH v1 00/11] import x509/pkcs7 parsers from linux

2019-10-14 Thread Heinrich Schuchardt
On 10/15/19 5:18 AM, AKASHI Takahiro wrote: On Sat, Oct 12, 2019 at 03:02:09PM +0200, Heinrich Schuchardt wrote: On 10/11/19 9:55 AM, AKASHI Takahiro wrote: I hope this patch set will be reviewed promptly as I'm aiming to push my "UEFI secure boot" patch for v2020.01. How can I make all of t

Re: [U-Boot] [PATCH v1 00/11] import x509/pkcs7 parsers from linux

2019-10-14 Thread AKASHI Takahiro
On Sat, Oct 12, 2019 at 03:02:09PM +0200, Heinrich Schuchardt wrote: > On 10/11/19 9:55 AM, AKASHI Takahiro wrote: > >I hope this patch set will be reviewed promptly as I'm aiming to > >push my "UEFI secure boot" patch for v2020.01. > > > > How can I make all of these new files being built to chec

Re: [U-Boot] [PATCH v1 00/11] import x509/pkcs7 parsers from linux

2019-10-12 Thread Heinrich Schuchardt
On 10/11/19 9:55 AM, AKASHI Takahiro wrote: I hope this patch set will be reviewed promptly as I'm aiming to push my "UEFI secure boot" patch for v2020.01. How can I make all of these new files being built to check for build warnings? Please, provide unit tests for the patch series. Please,

Re: [U-Boot] [PATCH v1 00/11] import x509/pkcs7 parsers from linux

2019-10-11 Thread AKASHI Takahiro
I hope this patch set will be reviewed promptly as I'm aiming to push my "UEFI secure boot" patch for v2020.01. On Fri, Oct 11, 2019 at 04:41:49PM +0900, AKASHI Takahiro wrote: > Asn1 parsers of x509 certificates and pkcs7 messages are required > to implement image authentication and variable auth

[U-Boot] [PATCH v1 00/11] import x509/pkcs7 parsers from linux

2019-10-11 Thread AKASHI Takahiro
Asn1 parsers of x509 certificates and pkcs7 messages are required to implement image authentication and variable authentication as part of UEFI secure boot feature. As we discussed before in the thread[1], most people insisted that we should re-use corresponding source code from Linux repository f