summaryrefslogtreecommitdiff
path: root/lib/rsa/rsa-verify.c
AgeCommit message (Expand)Author
2024-04-10lib: add missing line breaks in debug messagesMaxim Moskalets
2023-12-21lib: Remove <common.h> inclusion from these filesTom Rini
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini
2022-12-23rsa-verify: Rework host check for CONFIG_RSA_VERIFY_WITH_PKEYTom Rini
2022-09-15lib: rsa: fix padding_pss_verifyHeinrich Schuchardt
2022-04-11lib: rsa: Update function padding_pss_verify (any-salt)SESA644425
2022-04-11lib: rsa: Leverage existing data buffer instead of systematic copySESA644425
2022-04-11lib: rsa: Fix const-correctness of rsassa_pss functionsSESA644425
2022-01-28rsa: adds rsa3072 algorithmJamin Lin
2022-01-26rsa: Add debugging for failure casesSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-10-26lib: rsa: rsa-verify: also check that padding is not NULLPhilippe Reynes
2021-10-08image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass
2021-09-14image: rsa: Move padding_algos to linker listsAlexandru Gagniuc
2021-07-28lib: rsa: rsa-verify: Fix a typo in a debug messageThomas Perrot
2021-07-16image: rsa: Move verification algorithm to a linker listAlexandru Gagniuc
2021-07-16image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass
2021-02-24lib: rsa: Add debug message on algo mismatchSean Anderson
2021-01-27lib: rsa: rsa-verify: don't look for keys in the FIT imagePhilippe Reynes
2020-10-12lib: rsa: superfluous initialization in rsa_verify()Heinrich Schuchardt
2020-10-12lib: rsa: check algo match in rsa_verify_with_keynodeMatthieu CASTET
2020-07-11lib: rsa: export rsa_verify_with_pkey()AKASHI Takahiro
2020-07-08lib: rsa: function to verify a signature against a hashHeiko Stuebner
2020-07-08lib: rsa: add documentation to padding_pss_verify to document limitationsHeiko Stuebner
2020-07-08lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()Heiko Stuebner
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-15lib: rsa: Also check for presence of r-squared propertyJan Kiszka
2020-03-12lib: rsa: add rsa_verify_with_pkey()AKASHI Takahiro
2020-03-12lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-10-15rsa: Return immediately if required-key verification failsDaniele Alessandrelli
2019-03-25rsa: check that pointer checksum isn't NULL before using itPhilippe Reynes
2018-12-03rsa: add support of padding pssPhilippe Reynes
2018-12-03rsa: add a structure for the paddingPhilippe Reynes
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-11-21image: Combine image_sig_algo with image_sign_infoAndrew Duda
2016-11-21image: Add crypto_algo struct for RSA infoAndrew Duda
2016-11-21rsa: Verify RSA padding programaticallyAndrew Duda
2016-11-21rsa: cosmetic: rename pad_len to key_lenAndrew Duda
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2015-01-29rsa: Use checksum algorithms from struct hash_algoRuchika 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-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-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk