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

2018-11-03 Thread Simon Glass
On 25 October 2018 at 03:29, 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 > --- > Kconfig | 8 +++ > common/image-sig.c | 6 ++ >

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

2018-10-25 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 --- Kconfig | 8 +++ common/image-sig.c | 6 ++ include/image.h | 1 + include/u-boot/rsa.h | 15 lib/rsa/rsa-sign.c