summaryrefslogtreecommitdiff
path: root/lib/rsa
Commit message (Expand)AuthorAgeFilesLines
* rsa: check that pointer checksum isn't NULL before using itPhilippe Reynes2019-03-251-1/+2
* rsa: add support of padding pssPhilippe Reynes2018-12-032-0/+200
* rsa: add a structure for the paddingPhilippe Reynes2018-12-032-23/+49
* rsa: use new openssl API to create signaturePhilippe Reynes2018-12-031-6/+11
* rsa: Fix LibreSSL before v2.7.0Caliph Nomble2018-08-131-6/+12
* xilinx: zynq: Add support to secure imagesSiva Durga Prasad Paladugu2018-07-191-0/+51
* rsa: Fix missing memory leak on error in fdt_add_bignum()Simon Glass2018-06-191-3/+10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-075-11/+5
* lib/rsa: Kconfig: Remove superfluous 'depends on RSA'Eugeniu Rosca2018-04-281-4/+4
* rsa: Fix build with OpenSSL 1.1.xJelle van der Waa2017-05-121-6/+38
* Kconfig: Don't use RSA_FREESCALE_EXP on IMXGeorge McCollister2017-03-201-2/+2
* mkimage: Add support for signing with pkcs11George McCollister2017-01-141-11/+233
* image: Combine image_sig_algo with image_sign_infoAndrew Duda2016-11-212-10/+8
* image: Add crypto_algo struct for RSA infoAndrew Duda2016-11-211-8/+11
* rsa: Verify RSA padding programaticallyAndrew Duda2016-11-212-123/+36
* rsa: cosmetic: rename pad_len to key_lenAndrew Duda2016-11-211-3/+3
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-233-3/+3
* tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7mario.six@gdsys.cc2016-07-251-2/+4
* rsa: Fix return value and masked errormario.six@gdsys.cc2016-07-221-5/+5
* verified-boot: Minimal support for booting U-Boot proper from SPLTeddy Reed2016-06-122-1/+5
* 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