summaryrefslogtreecommitdiff
path: root/lib/rsa
AgeCommit message (Expand)AuthorFilesLines
2021-09-14image: rsa: Move padding_algos to linker listsAlexandru Gagniuc1-0/+15
2021-09-14lib/rsa: don't use NULL as key_idHeinrich Schuchardt1-1/+1
2021-07-29mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL EngineMarc Kleine-Budde1-0/+11
2021-07-29lib: rsa: rsa-sign: Minor bug in debug messageChan, Donald1-1/+1
2021-07-29lib: 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 Glass2-3/+3
2021-04-15lib/rsa: Use EVP_PKEY instead of RSAChan, Donald1-102/+67
2021-04-14lib/rsa: Use the 'keyfile' argument from mkimageAlexandru Gagniuc1-8/+26
2021-04-14lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc1-64/+1
2021-04-14lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc2-52/+1
2021-02-25lib: rsa: Add debug message on algo mismatchSean Anderson1-1/+4
2021-01-28lib: rsa: rsa-verify: don't look for keys in the FIT imagePhilippe Reynes1-2/+2
2020-10-27xilinx: zynq: Change types from u32 to uint32_tMichal Simek1-1/+1
2020-10-13lib: rsa: superfluous initialization in rsa_verify()Heinrich Schuchardt1-1/+1
2020-10-13rsa: fix retrieving public exponent on big-endian systemsRasmus Villemoes1-2/+9
2020-10-13lib: rsa: check algo match in rsa_verify_with_keynodeMatthieu CASTET1-0/+5
2020-09-15rsa: crash in br_i32_decode() called from rsa_gen_key_prop()Robert Reither1-3/+3
2020-08-27lib/rsa: correct check after allocation in fdt_add_bignum()Heinrich Schuchardt1-1/+1
2020-07-12lib: rsa: export rsa_verify_with_pkey()AKASHI Takahiro1-4/+4
2020-07-09lib: rsa: function to verify a signature against a hashHeiko Stuebner1-24/+32
2020-07-09lib: rsa: add documentation to padding_pss_verify to document limitationsHeiko Stuebner1-0/+13
2020-07-09lib: rsa: free local arrays after use in rsa_gen_key_prop()Heiko Stuebner1-11/+10
2020-07-09lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop()Heiko Stuebner1-5/+9
2020-07-09lib: rsa: bring exp_len in line when generating a key_propHeiko Stuebner1-1/+1
2020-07-09lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()Heiko Stuebner2-4/+4
2020-07-09lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFYHeiko Stuebner1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass2-0/+2
2020-05-15lib: rsa: avoid overriding the object name when already specifiedJan Luebbe1-6/+16
2020-05-15lib: rsa: Also check for presence of r-squared propertyJan Kiszka1-1/+1
2020-05-15rsa: don't use malloc.h in rsa-sign.cJonathan Gray1-1/+1
2020-05-07rsa: fix alignment issue when getting public exponentHeiko Stuebner1-2/+2
2020-04-08Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-3/+3
2020-04-01image: Use constants for 'required' and 'key-name-hint'Simon Glass1-3/+3
2020-03-12lib: rsa: add rsa_verify_with_pkey()AKASHI Takahiro1-1/+64
2020-03-12lib: rsa: generate additional parameters for public keyAKASHI Takahiro3-0/+729
2020-03-12rsa: add CONFIG_RSA_VERIFY_WITH_PKEY configAKASHI Takahiro1-0/+14
2020-03-12lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro3-32/+58
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass2-0/+2
2019-10-15rsa: Return immediately if required-key verification failsDaniele Alessandrelli1-2/+1
2019-07-18lib: rsa: add support to other openssl engine types than pkcs11Vesa Jääskeläinen1-0/+18
2019-03-25rsa: check that pointer checksum isn't NULL before using itPhilippe Reynes1-1/+2
2018-12-03rsa: add support of padding pssPhilippe Reynes2-0/+200
2018-12-03rsa: add a structure for the paddingPhilippe Reynes2-23/+49
2018-12-03rsa: use new openssl API to create signaturePhilippe Reynes1-6/+11
2018-08-13rsa: Fix LibreSSL before v2.7.0Caliph Nomble1-6/+12
2018-07-19xilinx: zynq: Add support to secure imagesSiva Durga Prasad Paladugu1-0/+51
2018-06-19rsa: Fix missing memory leak on error in fdt_add_bignum()Simon Glass1-3/+10
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-11/+5
2018-04-28lib/rsa: Kconfig: Remove superfluous 'depends on RSA'Eugeniu Rosca1-4/+4