summaryrefslogtreecommitdiffstats
path: root/lib/rsa
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-141-0/+6
* rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXPgaurav rana2015-03-051-1/+2
* rsa: Use checksum algorithms from struct hash_algoRuchika Gupta2015-01-292-21/+36
* lib/rsa: Add Kconfig for devices supporting RSA Modular ExponentiationRuchika Gupta2015-01-291-0/+27
* lib/rsa: Modify rsa to use DM driverRuchika Gupta2015-01-291-0/+14
* rsa: Split the rsa-verify to separate the modular exponentiationRuchika Gupta2015-01-293-275/+359
* rsa: Fix two errors in the implementationSimon Glass2014-08-092-2/+3
* Implement generalised RSA public exponents for verified bootMichael van der Westhuizen2014-08-092-8/+145
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-192-6/+6
* mkimage: Automatically expand FDT in more casesSimon Glass2014-06-191-9/+18
* fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass2014-06-111-9/+19
* tools, fit_check_sign: verify a signed fit imageHeiko Schocher2014-03-213-8/+22
* rsa: add sha256,rsa4096 algorithmHeiko Schocher2014-03-212-16/+69
* rsa: add sha256-rsa2048 algorithmHeiko Schocher2014-03-214-64/+129
* lib: descend into sub directories only when it is necessaryMasahiro Yamada2013-11-171-3/+1
* lib: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-21/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-243-45/+3
* lib/rsa/rsa-sig.c: compile on OS XAndreas Bießmann2013-07-031-1/+0
* image: Add RSA support for image signingSimon Glass2013-06-263-0/+893
OpenPOWER on IntegriCloud