aboutsummaryrefslogtreecommitdiff
path: root/lib/rsa/rsa-verify.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-28rsa: adds rsa3072 algorithmJamin Lin1-0/+6
2022-01-26rsa: Add debugging for failure casesSimon Glass1-3/+10
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-4/+4
2021-10-26lib: rsa: rsa-verify: also check that padding is not NULLPhilippe Reynes1-1/+1
2021-10-08image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass1-11/+4
2021-09-14image: rsa: Move padding_algos to linker listsWIP/2021-09-14-assorted-fixesAlexandru Gagniuc1-0/+15
2021-07-28lib: rsa: rsa-verify: Fix a typo in a debug messageThomas Perrot1-1/+1
2021-07-16image: rsa: Move verification algorithm to a linker listAlexandru Gagniuc1-0/+16
2021-07-16image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass1-1/+1
2021-02-24lib: rsa: Add debug message on algo mismatchSean Anderson1-1/+4
2021-01-27lib: rsa: rsa-verify: don't look for keys in the FIT imagePhilippe Reynes1-2/+2
2020-10-12lib: rsa: superfluous initialization in rsa_verify()Heinrich Schuchardt1-1/+1
2020-10-12lib: rsa: check algo match in rsa_verify_with_keynodeMatthieu CASTET1-0/+5
2020-07-11lib: rsa: export rsa_verify_with_pkey()AKASHI Takahiro1-4/+4
2020-07-08lib: rsa: function to verify a signature against a hashHeiko Stuebner1-24/+32
2020-07-08lib: rsa: add documentation to padding_pss_verify to document limitationsHeiko Stuebner1-0/+13
2020-07-08lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()Heiko Stuebner1-3/+3
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-15lib: rsa: Also check for presence of r-squared propertyJan Kiszka1-1/+1
2020-03-12lib: rsa: add rsa_verify_with_pkey()AKASHI Takahiro1-1/+64
2020-03-12lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro1-31/+47
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-10-15rsa: Return immediately if required-key verification failsDaniele Alessandrelli1-2/+1
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