summaryrefslogtreecommitdiffstats
path: root/lib/rsa
Commit message (Expand)AuthorAgeFilesLines
* lib/rsa: Use EVP_PKEY instead of RSAChan, 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()Heinrich 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 hashHeiko 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
* lib: rsa: bring exp_len in line when generating a key_propHeiko Stuebner2020-07-081-1/+1
* lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()Heiko Stuebner2020-07-082-4/+4
* lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFYHeiko Stuebner2020-07-081-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-182-0/+2
* lib: rsa: avoid overriding the object name when already specifiedJan Luebbe2020-05-151-6/+16
* lib: rsa: Also check for presence of r-squared propertyJan Kiszka2020-05-151-1/+1
* rsa: don't use malloc.h in rsa-sign.cJonathan Gray2020-05-151-1/+1
* rsa: fix alignment issue when getting public exponentHeiko Stuebner2020-05-071-2/+2
* Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-04-071-3/+3
|\
| * image: Use constants for 'required' and 'key-name-hint'Simon Glass2020-04-011-3/+3
* | lib: rsa: add rsa_verify_with_pkey()AKASHI Takahiro2020-03-121-1/+64
* | lib: rsa: generate additional parameters for public keyAKASHI Takahiro2020-03-123-0/+729
* | rsa: add CONFIG_RSA_VERIFY_WITH_PKEY configAKASHI Takahiro2020-03-121-0/+14
* | lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro2020-03-123-32/+58
|/
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-052-0/+2
* rsa: Return immediately if required-key verification failsDaniele Alessandrelli2019-10-151-2/+1
* lib: rsa: add support to other openssl engine types than pkcs11Vesa Jääskeläinen2019-07-181-0/+18
* rsa: check that pointer checksum isn't NULL before using itPhilippe Reynes2019-03-251-1/+2
* rsa: add support of padding pssPhilippe Reynes2018-12-032-0/+200
* rsa: add a structure for the paddingPhilippe Reynes2018-12-032-23/+49
* rsa: use new openssl API to create signaturePhilippe Reynes2018-12-031-6/+11
* rsa: Fix LibreSSL before v2.7.0Caliph Nomble2018-08-131-6/+12
* xilinx: zynq: Add support to secure imagesSiva Durga Prasad Paladugu2018-07-191-0/+51
* rsa: Fix missing memory leak on error in fdt_add_bignum()Simon Glass2018-06-191-3/+10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-075-11/+5
* lib/rsa: Kconfig: Remove superfluous 'depends on RSA'Eugeniu Rosca2018-04-281-4/+4
* rsa: Fix build with OpenSSL 1.1.xJelle van der Waa2017-05-121-6/+38
* Kconfig: Don't use RSA_FREESCALE_EXP on IMXGeorge McCollister2017-03-201-2/+2
* mkimage: Add support for signing with pkcs11George McCollister2017-01-141-11/+233
* image: Combine image_sig_algo with image_sign_infoAndrew Duda2016-11-212-10/+8
* image: Add crypto_algo struct for RSA infoAndrew Duda2016-11-211-8/+11
* rsa: Verify RSA padding programaticallyAndrew Duda2016-11-212-123/+36
* rsa: cosmetic: rename pad_len to key_lenAndrew Duda2016-11-211-3/+3