summaryrefslogtreecommitdiff
path: root/lib/rsa
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-11/+5
2018-04-28lib/rsa: Kconfig: Remove superfluous 'depends on RSA'Eugeniu Rosca1-4/+4
2017-05-12rsa: Fix build with OpenSSL 1.1.xJelle van der Waa1-6/+38
2017-03-21Kconfig: Don't use RSA_FREESCALE_EXP on IMXGeorge McCollister1-2/+2
2017-01-15mkimage: Add support for signing with pkcs11George McCollister1-11/+233
2016-11-21image: Combine image_sig_algo with image_sign_infoAndrew Duda2-10/+8
2016-11-21image: Add crypto_algo struct for RSA infoAndrew Duda1-8/+11
2016-11-21rsa: Verify RSA padding programaticallyAndrew Duda2-123/+36
2016-11-21rsa: cosmetic: rename pad_len to key_lenAndrew Duda1-3/+3
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada3-3/+3
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
2016-06-12verified-boot: Minimal support for booting U-Boot proper from SPLTeddy Reed2-1/+5
2016-03-15Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass1-0/+6
2015-03-05rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXPgaurav rana1-1/+2
2015-01-30rsa: Use checksum algorithms from struct hash_algoRuchika Gupta2-21/+36
2015-01-30lib/rsa: Add Kconfig for devices supporting RSA Modular ExponentiationRuchika Gupta1-0/+27
2015-01-30lib/rsa: Modify rsa to use DM driverRuchika Gupta1-0/+14
2015-01-30rsa: Split the rsa-verify to separate the modular exponentiationRuchika Gupta3-275/+359
2014-08-09rsa: Fix two errors in the implementationSimon Glass2-2/+3
2014-08-09Implement generalised RSA public exponents for verified bootMichael van der Westhuizen2-8/+145
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee2-6/+6
2014-06-19mkimage: Automatically expand FDT in more casesSimon Glass1-9/+18
2014-06-12fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass1-9/+19
2014-03-22tools, fit_check_sign: verify a signed fit imageHeiko Schocher3-8/+22
2014-03-22rsa: add sha256,rsa4096 algorithmHeiko Schocher2-16/+69
2014-03-22rsa: add sha256-rsa2048 algorithmHeiko Schocher4-64/+129
2013-11-17lib: descend into sub directories only when it is necessaryMasahiro Yamada1-3/+1
2013-10-31lib: convert makefiles to Kbuild styleMasahiro Yamada1-21/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk3-45/+3
2013-07-03lib/rsa/rsa-sig.c: compile on OS XAndreas Bießmann1-1/+0
2013-06-26image: Add RSA support for image signingSimon Glass3-0/+893