aboutsummaryrefslogtreecommitdiff
path: root/lib/rsa/rsa-sign.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-05-12rsa: Fix build with OpenSSL 1.1.xJelle van der Waa1-6/+38
2017-01-14mkimage: Add support for signing with pkcs11George McCollister1-11/+233
2016-11-21image: Combine image_sig_algo with image_sign_infoAndrew Duda1-2/+2
2016-07-25tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7mario.six@gdsys.cc1-2/+4
2016-07-22rsa: Fix return value and masked errormario.six@gdsys.cc1-5/+5
2014-08-09rsa: Fix two errors in the implementationSimon Glass1-0/+1
2014-08-09Implement generalised RSA public exponents for verified bootMichael van der Westhuizen1-3/+57
2014-06-19mkimage: Automatically expand FDT in more casesSimon Glass1-9/+18
2014-06-11fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass1-9/+19
2014-03-21tools, fit_check_sign: verify a signed fit imageHeiko Schocher1-1/+1
2014-03-21rsa: add sha256-rsa2048 algorithmHeiko Schocher1-4/+6
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-07-03lib/rsa/rsa-sig.c: compile on OS XAndreas Bießmann1-1/+0
2013-06-26image: Add RSA support for image signingSimon Glass1-0/+460