aboutsummaryrefslogtreecommitdiff
path: root/lib/rsa/rsa-verify.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-25rsa: check that pointer checksum isn't NULL before using itPhilippe Reynes1-1/+2
2018-12-03rsa: add support of padding pssPhilippe Reynes1-0/+190
2018-12-03rsa: add a structure for the paddingPhilippe Reynes1-20/+37
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-11-21image: Combine image_sig_algo with image_sign_infoAndrew Duda1-8/+6
2016-11-21image: Add crypto_algo struct for RSA infoAndrew Duda1-8/+11
2016-11-21rsa: Verify RSA padding programaticallyAndrew Duda1-2/+36
2016-11-21rsa: cosmetic: rename pad_len to key_lenAndrew Duda1-3/+3
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2015-01-29rsa: Use checksum algorithms from struct hash_algoRuchika Gupta1-1/+6
2015-01-29lib/rsa: Modify rsa to use DM driverRuchika Gupta1-0/+14
2015-01-29rsa: Split the rsa-verify to separate the modular exponentiationRuchika Gupta1-274/+55
2014-08-09rsa: Fix two errors in the implementationSimon Glass1-2/+2
2014-08-09Implement generalised RSA public exponents for verified bootMichael van der Westhuizen1-5/+88
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee1-3/+3
2014-03-21tools, fit_check_sign: verify a signed fit imageHeiko Schocher1-4/+14
2014-03-21rsa: add sha256,rsa4096 algorithmHeiko Schocher1-14/+6
2014-03-21rsa: add sha256-rsa2048 algorithmHeiko Schocher1-59/+24
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-06-26image: Add RSA support for image signingSimon Glass1-0/+385