summaryrefslogtreecommitdiff
path: root/lib/rsa
AgeCommit message (Expand)Author
2025-12-16lib: rsa: use FIT_ALGO_PROP constant instead of "algo" in FITQuentin Schulz
2025-11-11Merge patch series "rsa: fix dependency, rename and relocate RSASSA PSS symbols"Tom Rini
2025-11-11rsa: update doxygen doc for RSA signature verification to mention PSSQuentin Schulz
2025-11-11rsa: rename FIT_RSASSA_PSS to RSASSA_PSS and move symbols under lib/rsaQuentin Schulz
2025-11-06rsa: fix typo in $(PHASE_)RSA_VERIFY_WITH_PKEY help textQuentin Schulz
2025-07-08lib/rsa: allow matching pkcs11 path by object idTobias Olausson
2025-06-22lib: rsa: fix compilation error without opensslShiji Yang
2025-03-13lib: rsa: add NULL check for 'algo' inAnton Moryakov
2025-02-28rsa: Add rsa_verify_openssl() to use openssl for host buildsPaul HENRYS
2024-11-14lib: rsa: Set conventional salt length RSA-PSS parameterLoic Poulain
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-04-10lib: add missing line breaks in debug messagesMaxim Moskalets
2024-01-18lib: rsa: Allow legacy URI specification without "pkcs11:"Csókás Bence
2024-01-18lib: rsa: Fix PKCS11 URI if one is not given in `keydir`Csókás Bence
2023-12-21lib: rsa: Print detailed error info in rsa_engine_init() on engine resolution...Csókás Bence
2023-12-21lib: Remove <common.h> inclusion from these filesTom Rini
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini
2023-12-20rsa: use pkcs11 uri as defined in rfc7512Ayoub Zaki
2023-01-11lib: rsa: cosmetic: fix building warningHaijun Qin
2022-12-23rsa-verify: Rework host check for CONFIG_RSA_VERIFY_WITH_PKEYTom Rini
2022-09-15lib: rsa: fix padding_pss_verifyHeinrich Schuchardt
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini
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-03-31lib: rsa: allow rsa verify with pkey in SPLPhilippe Reynes
2022-03-04lib: rsa: use actual OpenSSL 1.1.0 EVP MD APIYann Droneaud
2022-01-28rsa: adds rsa3072 algorithmJamin Lin
2022-01-26image: Return destination node for add_verify_data() methodSimon Glass
2022-01-26rsa: Add debugging for failure casesSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-10Merge branch 'next'Tom Rini
2022-01-10lib/rsa: avoid -Wdiscarded-qualifiersHeinrich Schuchardt
2022-01-09Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...Tom Rini
2021-12-26tools: avoid OpenSSL deprecation warningsHeinrich Schuchardt
2021-11-17crypto: aspeed: Add AST2600 ACRY supportChia-Wei Wang
2021-10-26lib: rsa: rsa-verify: also check that padding is not NULLPhilippe Reynes
2021-10-20Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2021-10-08image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass
2021-10-07Kconfig: Don't use RSA_FREESCALE_EXP on MX7ULPRicardo Salveti
2021-10-06lib: rsa: fix dependency for SPL_RSA_VERIFYOleksandr Suvorov
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini
2021-09-14image: rsa: Move padding_algos to linker listsAlexandru Gagniuc
2021-09-14lib/rsa: don't use NULL as key_idHeinrich Schuchardt
2021-09-01lib: -Wformat-truncation in rsa_engine_get_priv_keyHeinrich Schuchardt
2021-09-01lib/rsa: Remove support for OpenSSL < 1.1.0 and libressl < 2.7.0Alexandru Gagniuc
2021-07-28mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL EngineMarc Kleine-Budde
2021-07-28lib: rsa: rsa-sign: Minor bug in debug messageChan, Donald
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