[U-Boot] [PATCH V2 3/6] rsa: add support of padding pss
Simon Glass
sjg at chromium.org
Sat Nov 3 06:08:08 UTC 2018
On 25 October 2018 at 03:29, Philippe Reynes
<philippe.reynes at softathome.com> 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 <philippe.reynes at softathome.com>
> ---
> Kconfig | 8 +++
> common/image-sig.c | 6 ++
> include/image.h | 1 +
> include/u-boot/rsa.h | 15 ++++
> lib/rsa/rsa-sign.c | 10 +++
> lib/rsa/rsa-verify.c | 190 +++++++++++++++++++++++++++++++++++++++++++++++++++
> 6 files changed, 230 insertions(+)
>
> Changelog:
> v2:
> - add a Kconfig option (thanks Simon Glass)
> - some code cleaning (thanks Simon Glass)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list