[PATCH v2] rsa: adds rsa3072 algorithm

Jamin Lin jamin_lin at aspeedtech.com
Fri Dec 10 07:05:16 CET 2021


The 12/10/2021 00:15, Simon Glass wrote:
> Hi Jamin,
> 
> On Wed, 8 Dec 2021 at 20:57, Jamin Lin <jamin_lin at aspeedtech.com> wrote:
> >
> > Add to support rsa 30272 bits algorithm in tools
> 
> 3072
> 
Will fix
> > for image sign at host side and adds rsa 3027 bits
> 
> 3072 ?
> 
Will fix
> > verification in the image binary.
> >
> > Signed-off-by: Jamin Lin <jamin_lin at aspeedtech.com>
> > wq
> > ---
> >  include/u-boot/rsa.h   | 1 +
> >  lib/rsa/rsa-verify.c   | 6 ++++++
> >  tools/image-sig-host.c | 7 +++++++
> >  3 files changed, 14 insertions(+)
> 
> Please can you update the vboot tes to add a test for this?
> 
> Regards,
> Simon
Will add


Hi Simon
Thanks for your suggestion.
I fixed typo and added test case in vboot for rsa3072 testing.
V3 patch is waiting for your review.
Thanks


More information about the U-Boot mailing list