
3 Nov
2018
3 Nov
'18
7:08 a.m.
On 25 October 2018 at 03:29, Philippe Reynes philippe.reynes@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@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@chromium.org