1. 20734f6 Kconfig: Don't use RSA_FREESCALE_EXP on MX7ULP by Ricardo Salveti · 3 years, 3 months ago
  2. 04ab0a2 lib: rsa: fix dependency for SPL_RSA_VERIFY by Oleksandr Suvorov · 3 years, 2 months ago
  3. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 2 months ago
  4. f3b5e58 image: rsa: Move padding_algos to linker lists by Alexandru Gagniuc · 3 years, 3 months ago
  5. 48806ee lib/rsa: don't use NULL as key_id by Heinrich Schuchardt · 3 years, 3 months ago
  6. 1e92a8a lib: -Wformat-truncation in rsa_engine_get_priv_key by Heinrich Schuchardt · 3 years, 4 months ago
  7. b63dc08 lib/rsa: Remove support for OpenSSL < 1.1.0 and libressl < 2.7.0 by Alexandru Gagniuc · 3 years, 4 months ago
  8. 88e07a7 mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL Engine by Marc Kleine-Budde · 3 years, 4 months ago
  9. 9ccd605 lib: rsa: rsa-sign: Minor bug in debug message by Chan, Donald · 3 years, 4 months ago
  10. 4e1e2a2 lib: rsa: rsa-verify: Fix a typo in a debug message by Thomas Perrot · 3 years, 4 months ago
  11. 92c5fdc image: rsa: Move verification algorithm to a linker list by Alexandru Gagniuc · 3 years, 5 months ago
  12. 66b00c8 image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT by Simon Glass · 3 years, 5 months ago
  13. 0bdd4ee lib/rsa: Use EVP_PKEY instead of RSA by Chan, Donald · 3 years, 8 months ago
  14. a35da20 lib/rsa: Use the 'keyfile' argument from mkimage by Alexandru Gagniuc · 3 years, 9 months ago
  15. 32abcbd lib/rsa: Make fdt_add_bignum() available outside of RSA code by Alexandru Gagniuc · 3 years, 9 months ago
  16. db182c4 lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · 3 years, 9 months ago
  17. b671080 lib: rsa: Add debug message on algo mismatch by Sean Anderson · 3 years, 9 months ago
  18. 7258c3f lib: rsa: rsa-verify: don't look for keys in the FIT image by Philippe Reynes · 3 years, 11 months ago
  19. 38e828e xilinx: zynq: Change types from u32 to uint32_t by Michal Simek · 4 years, 1 month ago
  20. 574fab9 lib: rsa: superfluous initialization in rsa_verify() by Heinrich Schuchardt · 4 years, 2 months ago
  21. b8aa0f8 rsa: fix retrieving public exponent on big-endian systems by Rasmus Villemoes · 4 years, 2 months ago
  22. 335b01c lib: rsa: check algo match in rsa_verify_with_keynode by Matthieu CASTET · 4 years, 2 months ago
  23. cfafe28 rsa: crash in br_i32_decode() called from rsa_gen_key_prop() by Robert Reither · 4 years, 2 months ago
  24. d41db38 lib/rsa: correct check after allocation in fdt_add_bignum() by Heinrich Schuchardt · 4 years, 3 months ago
  25. 30962bf lib: rsa: export rsa_verify_with_pkey() by AKASHI Takahiro · 4 years, 5 months ago
  26. b404409 lib: rsa: function to verify a signature against a hash by Heiko Stuebner · 4 years, 6 months ago
  27. 1944dc1 lib: rsa: add documentation to padding_pss_verify to document limitations by Heiko Stuebner · 4 years, 5 months ago
  28. a9bcc2a lib: rsa: free local arrays after use in rsa_gen_key_prop() by Heiko Stuebner · 4 years, 5 months ago
  29. ad84153 lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop() by Heiko Stuebner · 4 years, 5 months ago
  30. 863288f lib: rsa: bring exp_len in line when generating a key_prop by Heiko Stuebner · 4 years, 5 months ago
  31. 72c4680 lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey() by Heiko Stuebner · 4 years, 5 months ago
  32. 0464601 lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFY by Heiko Stuebner · 4 years, 5 months ago
  33. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  34. cd4eafb lib: rsa: avoid overriding the object name when already specified by Jan Luebbe · 4 years, 7 months ago
  35. 3637b8b lib: rsa: Also check for presence of r-squared property by Jan Kiszka · 4 years, 7 months ago
  36. cc3ed40 rsa: don't use malloc.h in rsa-sign.c by Jonathan Gray · 4 years, 7 months ago
  37. fa734f3 rsa: fix alignment issue when getting public exponent by Heiko Stuebner · 4 years, 7 months ago
  38. 7357a35 Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 8 months ago
  39. d7aabcc image: Use constants for 'required' and 'key-name-hint' by Simon Glass · 4 years, 8 months ago
  40. 75822f4 lib: rsa: add rsa_verify_with_pkey() by AKASHI Takahiro · 4 years, 9 months ago
  41. d4aece1 lib: rsa: generate additional parameters for public key by AKASHI Takahiro · 4 years, 9 months ago
  42. 1f14f81 rsa: add CONFIG_RSA_VERIFY_WITH_PKEY config by AKASHI Takahiro · 4 years, 9 months ago
  43. 2223c7d lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · 4 years, 9 months ago
  44. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  45. ee822c8 rsa: Return immediately if required-key verification fails by Daniele Alessandrelli · 5 years ago
  46. abf8eb2 lib: rsa: add support to other openssl engine types than pkcs11 by Vesa Jääskeläinen · 5 years ago
  47. 4233227 rsa: check that pointer checksum isn't NULL before using it by Philippe Reynes · 6 years ago
  48. 47d73f0 rsa: add support of padding pss by Philippe Reynes · 6 years ago
  49. 1246835 rsa: add a structure for the padding by Philippe Reynes · 6 years ago
  50. 8161ff8 rsa: use new openssl API to create signature by Philippe Reynes · 6 years ago
  51. 1a31b02 rsa: Fix LibreSSL before v2.7.0 by Caliph Nomble · 6 years ago
  52. e460352 xilinx: zynq: Add support to secure images by Siva Durga Prasad Paladugu · 6 years ago
  53. 198b80c rsa: Fix missing memory leak on error in fdt_add_bignum() by Simon Glass · 6 years ago
  54. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  55. dcf36e9 lib/rsa: Kconfig: Remove superfluous 'depends on RSA' by Eugeniu Rosca · 7 years ago
  56. e980590 rsa: Fix build with OpenSSL 1.1.x by Jelle van der Waa · 8 years ago
  57. 7bb238e Kconfig: Don't use RSA_FREESCALE_EXP on IMX by George McCollister · 8 years ago
  58. 23d1489 mkimage: Add support for signing with pkcs11 by George McCollister · 8 years ago
  59. 6616c82 image: Combine image_sig_algo with image_sign_info by Andrew Duda · 8 years ago
  60. 06ca6d6 image: Add crypto_algo struct for RSA info by Andrew Duda · 8 years ago
  61. 3db9ff0 rsa: Verify RSA padding programatically by Andrew Duda · 8 years ago
  62. eed7e78 rsa: cosmetic: rename pad_len to key_len by Andrew Duda · 8 years ago
  63. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  64. dc4053a tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7 by mario.six@gdsys.cc · 8 years ago
  65. 99fc6ea rsa: Fix return value and masked error by mario.six@gdsys.cc · 8 years ago
  66. 5021e3c verified-boot: Minimal support for booting U-Boot proper from SPL by Teddy Reed · 8 years ago
  67. e3ee2fb Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
  68. 7e0c716 rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP by gaurav rana · 10 years ago
  69. 2c8987f rsa: Use checksum algorithms from struct hash_algo by Ruchika Gupta · 10 years ago
  70. 4acd8c4 lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation by Ruchika Gupta · 10 years ago
  71. a0d3ca6 lib/rsa: Modify rsa to use DM driver by Ruchika Gupta · 10 years ago
  72. b92ebab rsa: Split the rsa-verify to separate the modular exponentiation by Ruchika Gupta · 10 years ago
  73. a436f21 rsa: Fix two errors in the implementation by Simon Glass · 10 years ago
  74. 89f4ed1 Implement generalised RSA public exponents for verified boot by Michael van der Westhuizen · 10 years ago
  75. bfe88fe includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  76. 9423bad mkimage: Automatically expand FDT in more cases by Simon Glass · 10 years ago
  77. af2f9d5 fdt: Update functions which write to an FDT to return -ENOSPC by Simon Glass · 10 years ago
  78. d7b4232 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
  79. 4b81756 rsa: add sha256,rsa4096 algorithm by Heiko Schocher · 11 years ago
  80. edaf9b1 rsa: add sha256-rsa2048 algorithm by Heiko Schocher · 11 years ago
  81. 199ccfc lib: descend into sub directories only when it is necessary by Masahiro Yamada · 11 years ago
  82. f9e50cc lib: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  83. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  84. 74b4f96 lib/rsa/rsa-sig.c: compile on OS X by Andreas Bießmann · 11 years ago
  85. 35191a3 image: Add RSA support for image signing by Simon Glass · 11 years ago