summaryrefslogtreecommitdiff
path: root/lib/rsa
Commit message (Expand)AuthorAgeFilesLines
* lib: rsa: cosmetic: fix building warningHaijun Qin2023-01-111-1/+1
* rsa-verify: Rework host check for CONFIG_RSA_VERIFY_WITH_PKEYTom Rini2022-12-231-13/+7
* lib: rsa: fix padding_pss_verifyHeinrich Schuchardt2022-09-151-0/+5
* spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini2022-07-071-0/+1
* lib: rsa: Update function padding_pss_verify (any-salt)SESA6444252022-04-111-8/+11
* lib: rsa: Leverage existing data buffer instead of systematic copySESA6444252022-04-111-19/+18
* lib: rsa: Fix const-correctness of rsassa_pss functionsSESA6444252022-04-111-7/+7
* lib: rsa: allow rsa verify with pkey in SPLPhilippe Reynes2022-03-311-0/+19
* lib: rsa: use actual OpenSSL 1.1.0 EVP MD APIYann Droneaud2022-03-041-5/+3
* rsa: adds rsa3072 algorithmJamin Lin2022-01-281-0/+6
* image: Return destination node for add_verify_data() methodSimon Glass2022-01-261-1/+4
* rsa: Add debugging for failure casesSimon Glass2022-01-261-3/+10
* doc: replace @return by Return:Heinrich Schuchardt2022-01-193-12/+12
* Merge branch 'next'Tom Rini2022-01-101-1/+9
|\
| * Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...Tom Rini2022-01-091-0/+2
| |\
| * | crypto: aspeed: Add AST2600 ACRY supportChia-Wei Wang2021-11-171-1/+9
* | | lib/rsa: avoid -Wdiscarded-qualifiersHeinrich Schuchardt2022-01-101-1/+1
| |/ |/|
* | tools: avoid OpenSSL deprecation warningsHeinrich Schuchardt2021-12-261-0/+2
|/
* lib: rsa: rsa-verify: also check that padding is not NULLPhilippe Reynes2021-10-261-1/+1
* Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...Tom Rini2021-10-201-2/+2
|\
| * Kconfig: Don't use RSA_FREESCALE_EXP on MX7ULPRicardo Salveti2021-10-071-2/+2
* | image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass2021-10-082-14/+6
|/
* lib: rsa: fix dependency for SPL_RSA_VERIFYOleksandr Suvorov2021-10-061-0/+1
* Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-162-1/+16
|\
| * image: rsa: Move padding_algos to linker listsWIP/2021-09-14-assorted-fixesAlexandru Gagniuc2021-09-141-0/+15
| * lib/rsa: don't use NULL as key_idHeinrich Schuchardt2021-09-141-1/+1
* | lib: -Wformat-truncation in rsa_engine_get_priv_keyHeinrich Schuchardt2021-09-011-1/+1
* | lib/rsa: Remove support for OpenSSL < 1.1.0 and libressl < 2.7.0Alexandru Gagniuc2021-09-011-72/+4
|/
* mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL EngineMarc Kleine-Budde2021-07-281-0/+11
* lib: rsa: rsa-sign: Minor bug in debug messageChan, Donald2021-07-281-1/+1
* lib: rsa: rsa-verify: Fix a typo in a debug messageThomas Perrot2021-07-281-1/+1
* image: rsa: Move verification algorithm to a linker listAlexandru Gagniuc2021-07-161-0/+16
* image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass2021-07-162-3/+3
* lib/rsa: Use EVP_PKEY instead of RSAWIP/2021-04-14-assorted-vboot-improvementsChan, Donald2021-04-141-102/+67
* lib/rsa: Use the 'keyfile' argument from mkimageAlexandru Gagniuc2021-04-141-8/+26
* lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc2021-04-141-64/+1
* lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc2021-04-142-52/+1
* lib: rsa: Add debug message on algo mismatchSean Anderson2021-02-241-1/+4
* lib: rsa: rsa-verify: don't look for keys in the FIT imagePhilippe Reynes2021-01-271-2/+2
* xilinx: zynq: Change types from u32 to uint32_tMichal Simek2020-10-271-1/+1
* lib: rsa: superfluous initialization in rsa_verify()WIP/2020-10-12-assorted-encryption-changesHeinrich Schuchardt2020-10-121-1/+1
* rsa: fix retrieving public exponent on big-endian systemsRasmus Villemoes2020-10-121-2/+9
* lib: rsa: check algo match in rsa_verify_with_keynodeMatthieu CASTET2020-10-121-0/+5
* rsa: crash in br_i32_decode() called from rsa_gen_key_prop()Robert Reither2020-09-141-3/+3
* lib/rsa: correct check after allocation in fdt_add_bignum()Heinrich Schuchardt2020-08-271-1/+1
* lib: rsa: export rsa_verify_with_pkey()AKASHI Takahiro2020-07-111-4/+4
* lib: rsa: function to verify a signature against a hashWIP/2020-07-08-misc-features-and-fixesHeiko Stuebner2020-07-081-24/+32
* lib: rsa: add documentation to padding_pss_verify to document limitationsHeiko Stuebner2020-07-081-0/+13
* lib: rsa: free local arrays after use in rsa_gen_key_prop()Heiko Stuebner2020-07-081-11/+10
* lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop()Heiko Stuebner2020-07-081-5/+9