]> git.baikalelectronics.ru Git - uboot.git/commit
rsa: add support of padding pss
authorPhilippe Reynes <philippe.reynes@softathome.com>
Wed, 14 Nov 2018 12:51:01 +0000 (13:51 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 3 Dec 2018 15:44:10 +0000 (10:44 -0500)
commitafd2a95a2fd4c2507a304179a1abfe12291d1d24
treef16e131f6e8fd1a724fd70d6669c9011f28c23eb
parent00a96e93b4dca0f2eeb139ef470d4fc1d6e954a5
rsa: add support of padding pss

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@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Kconfig
common/image-sig.c
include/image.h
include/u-boot/rsa.h
lib/rsa/rsa-sign.c
lib/rsa/rsa-verify.c