Re: [PATCH v3 1/1] rsa: adds rsa3072 algorithm

2022-01-19 Thread Jamin Lin
The 01/18/2022 07:09, Jamin Lin wrote: > The 01/18/2022 07:02, Jamin Lin wrote: > > The 01/14/2022 18:14, Tom Rini wrote: > > > On Fri, Dec 10, 2021 at 02:00:55PM +0800, Jamin Lin wrote: > > > > > > > Add to support rsa 3072 bits algorithm in tools > > > > for image sign at host side and adds rsa

Re: [PATCH v3 1/1] rsa: adds rsa3072 algorithm

2022-01-17 Thread Jamin Lin
The 01/18/2022 07:02, Jamin Lin wrote: > The 01/14/2022 18:14, Tom Rini wrote: > > On Fri, Dec 10, 2021 at 02:00:55PM +0800, Jamin Lin wrote: > > > > > Add to support rsa 3072 bits algorithm in tools > > > for image sign at host side and adds rsa 3072 bits > > > verification in the image binary. >

Re: [PATCH v3 1/1] rsa: adds rsa3072 algorithm

2022-01-17 Thread Jamin Lin
The 01/14/2022 18:14, Tom Rini wrote: > On Fri, Dec 10, 2021 at 02:00:55PM +0800, Jamin Lin wrote: > > > Add to support rsa 3072 bits algorithm in tools > > for image sign at host side and adds rsa 3072 bits > > verification in the image binary. > > > > Add test case in vboot for sha384 with rsa3

Re: [PATCH v3 1/1] rsa: adds rsa3072 algorithm

2022-01-14 Thread Tom Rini
On Fri, Dec 10, 2021 at 02:00:55PM +0800, Jamin Lin wrote: > Add to support rsa 3072 bits algorithm in tools > for image sign at host side and adds rsa 3072 bits > verification in the image binary. > > Add test case in vboot for sha384 with rsa3072 algorithm testing. > > Signed-off-by: Jamin Lin

[PATCH v3 1/1] rsa: adds rsa3072 algorithm

2021-12-09 Thread Jamin Lin
Add to support rsa 3072 bits algorithm in tools for image sign at host side and adds rsa 3072 bits verification in the image binary. Add test case in vboot for sha384 with rsa3072 algorithm testing. Signed-off-by: Jamin Lin --- include/u-boot/rsa.h| 1 + lib/rsa/rsa-ver