Re: [U-Boot] [PATCH 3/4] rsa: add support of padding pss

2018-10-09 Thread Simon Glass
Hi Philippe, On 2 October 2018 at 10:32, Philippe Reynes wrote: > We add the support of the padding pss for rsa signature. > This new padding is often recommended instead of pkcs-1.5. > > Signed-off-by: Philippe Reynes > --- > common/image-sig.c | 4 ++ > include/u-boot/rsa.h | 11 >

[U-Boot] [PATCH 3/4] rsa: add support of padding pss

2018-10-02 Thread Philippe Reynes
We add the support of the padding pss for rsa signature. This new padding is often recommended instead of pkcs-1.5. Signed-off-by: Philippe Reynes --- common/image-sig.c | 4 ++ include/u-boot/rsa.h | 11 lib/rsa/rsa-sign.c | 8 +++ lib/rsa/rsa-verify.c | 173 ++