summaryrefslogtreecommitdiff
path: root/lib/rsa
Commit message (Expand)AuthorAgeLines
* mkimage: Add support for signing with pkcs11George McCollister2017-01-14-11/+233
* image: Combine image_sig_algo with image_sign_infoAndrew Duda2016-11-21-10/+8
* image: Add crypto_algo struct for RSA infoAndrew Duda2016-11-21-8/+11
* rsa: Verify RSA padding programaticallyAndrew Duda2016-11-21-123/+36
* rsa: cosmetic: rename pad_len to key_lenAndrew Duda2016-11-21-3/+3
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-3/+3
* tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7mario.six@gdsys.cc2016-07-25-2/+4
* rsa: Fix return value and masked errormario.six@gdsys.cc2016-07-22-5/+5
* verified-boot: Minimal support for booting U-Boot proper from SPLTeddy Reed2016-06-12-1/+5
* Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-14-0/+6
* rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXPgaurav rana2015-03-05-1/+2
* rsa: Use checksum algorithms from struct hash_algoRuchika Gupta2015-01-29-21/+36
* lib/rsa: Add Kconfig for devices supporting RSA Modular ExponentiationRuchika Gupta2015-01-29-0/+27
* lib/rsa: Modify rsa to use DM driverRuchika Gupta2015-01-29-0/+14
* rsa: Split the rsa-verify to separate the modular exponentiationRuchika Gupta2015-01-29-275/+359
* rsa: Fix two errors in the implementationSimon Glass2014-08-09-2/+3
* Implement generalised RSA public exponents for verified bootMichael van der Westhuizen2014-08-09-8/+145
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-19-6/+6
* mkimage: Automatically expand FDT in more casesSimon Glass2014-06-19-9/+18
* fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass2014-06-11-9/+19
* tools, fit_check_sign: verify a signed fit imageHeiko Schocher2014-03-21-8/+22
* rsa: add sha256,rsa4096 algorithmHeiko Schocher2014-03-21-16/+69
* rsa: add sha256-rsa2048 algorithmHeiko Schocher2014-03-21-64/+129
* lib: descend into sub directories only when it is necessaryMasahiro Yamada2013-11-17-3/+1
* lib: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-21/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-45/+3
* lib/rsa/rsa-sig.c: compile on OS XAndreas Bießmann2013-07-03-1/+0
* image: Add RSA support for image signingSimon Glass2013-06-26-0/+893