summaryrefslogtreecommitdiff
path: root/lib/rsa
AgeCommit message (Expand)Author
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-07-25tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7mario.six@gdsys.cc
2016-07-22rsa: Fix return value and masked errormario.six@gdsys.cc
2016-06-12verified-boot: Minimal support for booting U-Boot proper from SPLTeddy Reed
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass
2015-03-05rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXPgaurav rana
2015-01-29rsa: Use checksum algorithms from struct hash_algoRuchika Gupta
2015-01-29lib/rsa: Add Kconfig for devices supporting RSA Modular ExponentiationRuchika Gupta
2015-01-29lib/rsa: Modify rsa to use DM driverRuchika Gupta
2015-01-29rsa: Split the rsa-verify to separate the modular exponentiationRuchika Gupta
2014-08-09rsa: Fix two errors in the implementationSimon Glass
2014-08-09Implement generalised RSA public exponents for verified bootMichael van der Westhuizen
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee
2014-06-19mkimage: Automatically expand FDT in more casesSimon Glass
2014-06-11fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass
2014-03-21tools, fit_check_sign: verify a signed fit imageHeiko Schocher
2014-03-21rsa: add sha256,rsa4096 algorithmHeiko Schocher
2014-03-21rsa: add sha256-rsa2048 algorithmHeiko Schocher
2013-11-17lib: descend into sub directories only when it is necessaryMasahiro Yamada
2013-10-31lib: convert makefiles to Kbuild styleMasahiro Yamada
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-03lib/rsa/rsa-sig.c: compile on OS XAndreas Bießmann
2013-06-26image: Add RSA support for image signingSimon Glass