Re: [PATCH v4 2/6] lib: ecdsa: Add skeleton to implement ecdsa verification in u-boot

2021-05-05 Thread Alex G.
On 5/5/21 1:43 PM, Simon Glass wrote: Hi Alex, On Wed, 5 May 2021 at 11:49, Alex G. wrote: On 5/4/21 11:58 AM, Simon Glass wrote: Hi Alex, On Thu, 29 Apr 2021 at 10:10, Simon Glass wrote: Hi Alex, On Mon, 26 Apr 2021 at 07:21, Alex G. wrote: On 4/23/21 11:56 PM, Simon Glass

Re: [PATCH v4 2/6] lib: ecdsa: Add skeleton to implement ecdsa verification in u-boot

2021-05-05 Thread Simon Glass
Hi Alex, On Wed, 5 May 2021 at 11:49, Alex G. wrote: > > > > On 5/4/21 11:58 AM, Simon Glass wrote: > > Hi Alex, > > > > On Thu, 29 Apr 2021 at 10:10, Simon Glass wrote: > >> > >> Hi Alex, > >> > >> On Mon, 26 Apr 2021 at 07:21, Alex G. wrote: > >>> > >>> > >>> > >>> On 4/23/21 11:56 PM, Simon

Re: [PATCH v4 2/6] lib: ecdsa: Add skeleton to implement ecdsa verification in u-boot

2021-05-05 Thread Alex G.
On 5/4/21 11:58 AM, Simon Glass wrote: Hi Alex, On Thu, 29 Apr 2021 at 10:10, Simon Glass wrote: Hi Alex, On Mon, 26 Apr 2021 at 07:21, Alex G. wrote: On 4/23/21 11:56 PM, Simon Glass wrote: Hi Tom, Alex, On Fri, 23 Apr 2021 at 12:47, Tom Rini wrote: On Fri, Apr 23, 2021 at

Re: [PATCH v4 2/6] lib: ecdsa: Add skeleton to implement ecdsa verification in u-boot

2021-05-04 Thread Simon Glass
Hi Alex, On Thu, 29 Apr 2021 at 10:10, Simon Glass wrote: > > Hi Alex, > > On Mon, 26 Apr 2021 at 07:21, Alex G. wrote: > > > > > > > > On 4/23/21 11:56 PM, Simon Glass wrote: > > > Hi Tom, Alex, > > > > > > On Fri, 23 Apr 2021 at 12:47, Tom Rini wrote: > > >> > > >> On Fri, Apr 23, 2021 at

Re: [PATCH v4 2/6] lib: ecdsa: Add skeleton to implement ecdsa verification in u-boot

2021-04-29 Thread Simon Glass
Hi Alex, On Mon, 26 Apr 2021 at 07:21, Alex G. wrote: > > > > On 4/23/21 11:56 PM, Simon Glass wrote: > > Hi Tom, Alex, > > > > On Fri, 23 Apr 2021 at 12:47, Tom Rini wrote: > >> > >> On Fri, Apr 23, 2021 at 11:55:57AM +1200, Simon Glass wrote: > >>> Hi Alex, > >>> > >>> On Thu, 22 Apr 2021 at

Re: [PATCH v4 2/6] lib: ecdsa: Add skeleton to implement ecdsa verification in u-boot

2021-04-26 Thread Alex G.
On 4/23/21 11:56 PM, Simon Glass wrote: Hi Tom, Alex, On Fri, 23 Apr 2021 at 12:47, Tom Rini wrote: On Fri, Apr 23, 2021 at 11:55:57AM +1200, Simon Glass wrote: Hi Alex, On Thu, 22 Apr 2021 at 07:30, Alex G. wrote: On 4/21/21 2:15 AM, Simon Glass wrote: Hi Alexandru, On Fri, 16 Apr

Re: [PATCH v4 2/6] lib: ecdsa: Add skeleton to implement ecdsa verification in u-boot

2021-04-23 Thread Simon Glass
Hi Tom, Alex, On Fri, 23 Apr 2021 at 12:47, Tom Rini wrote: > > On Fri, Apr 23, 2021 at 11:55:57AM +1200, Simon Glass wrote: > > Hi Alex, > > > > On Thu, 22 Apr 2021 at 07:30, Alex G. wrote: > > > > > > On 4/21/21 2:15 AM, Simon Glass wrote: > > > > Hi Alexandru, > > > > > > > > On Fri, 16 Apr

Re: [PATCH v4 2/6] lib: ecdsa: Add skeleton to implement ecdsa verification in u-boot

2021-04-22 Thread Tom Rini
On Fri, Apr 23, 2021 at 11:55:57AM +1200, Simon Glass wrote: > Hi Alex, > > On Thu, 22 Apr 2021 at 07:30, Alex G. wrote: > > > > On 4/21/21 2:15 AM, Simon Glass wrote: > > > Hi Alexandru, > > > > > > On Fri, 16 Apr 2021 at 08:07, Alexandru Gagniuc > > > wrote: > > >> > > >> Prepare the source

Re: [PATCH v4 2/6] lib: ecdsa: Add skeleton to implement ecdsa verification in u-boot

2021-04-22 Thread Simon Glass
Hi Alex, On Thu, 22 Apr 2021 at 07:30, Alex G. wrote: > > On 4/21/21 2:15 AM, Simon Glass wrote: > > Hi Alexandru, > > > > On Fri, 16 Apr 2021 at 08:07, Alexandru Gagniuc > > wrote: > >> > >> Prepare the source tree for accepting implementations of the ECDSA > >> algorithm. This patch deals

Re: [PATCH v4 2/6] lib: ecdsa: Add skeleton to implement ecdsa verification in u-boot

2021-04-21 Thread Alex G.
On 4/21/21 2:15 AM, Simon Glass wrote: Hi Alexandru, On Fri, 16 Apr 2021 at 08:07, Alexandru Gagniuc wrote: Prepare the source tree for accepting implementations of the ECDSA algorithm. This patch deals with the boring aspects of Makefiles and Kconfig files. Signed-off-by: Alexandru Gagniuc

Re: [PATCH v4 2/6] lib: ecdsa: Add skeleton to implement ecdsa verification in u-boot

2021-04-21 Thread Simon Glass
Hi Alexandru, On Fri, 16 Apr 2021 at 08:07, Alexandru Gagniuc wrote: > > Prepare the source tree for accepting implementations of the ECDSA > algorithm. This patch deals with the boring aspects of Makefiles and > Kconfig files. > > Signed-off-by: Alexandru Gagniuc > --- > include/image.h