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

2022-01-29 Thread Tom Rini
On Wed, Jan 19, 2022 at 04:23:21PM +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

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

2022-01-27 Thread Simon Glass
On Wed, 19 Jan 2022 at 01:23, 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 > --- > c

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

2022-01-19 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 --- configs/sandbox_defconfig | 1 + include/u-boot/