summaryrefslogtreecommitdiff
path: root/lib/rsa
AgeCommit message (Expand)Author
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
2021-07-16image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass
2021-04-14lib/rsa: Use EVP_PKEY instead of RSAChan, Donald
2021-04-14lib/rsa: Use the 'keyfile' argument from mkimageAlexandru Gagniuc
2021-04-14lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc
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-27xilinx: zynq: Change types from u32 to uint32_tMichal Simek
2020-10-12lib: rsa: superfluous initialization in rsa_verify()Heinrich Schuchardt
2020-10-12rsa: fix retrieving public exponent on big-endian systemsRasmus Villemoes
2020-10-12lib: rsa: check algo match in rsa_verify_with_keynodeMatthieu CASTET
2020-09-14rsa: crash in br_i32_decode() called from rsa_gen_key_prop()Robert Reither
2020-08-27lib/rsa: correct check after allocation in fdt_add_bignum()Heinrich Schuchardt
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: free local arrays after use in rsa_gen_key_prop()Heiko Stuebner
2020-07-08lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop()Heiko Stuebner
2020-07-08lib: rsa: bring exp_len in line when generating a key_propHeiko Stuebner
2020-07-08lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()Heiko Stuebner
2020-07-08lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFYHeiko Stuebner