1. 2a4b0d5 rsa: adds rsa3072 algorithm by Jamin Lin · 2 years, 8 months ago
  2. c033dc8 image: Return destination node for add_verify_data() method by Simon Glass · 2 years, 10 months ago
  3. c367558 rsa: Add debugging for failure cases by Simon Glass · 2 years, 10 months ago
  4. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  5. fe04d88 Merge branch 'next' by Tom Rini · 2 years, 8 months ago
  6. 675c3cc lib/rsa: avoid -Wdiscarded-qualifiers by Heinrich Schuchardt · 2 years, 9 months ago
  7. 0dadad6 Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next by Tom Rini · 2 years, 9 months ago
  8. 3a8b919 tools: avoid OpenSSL deprecation warnings by Heinrich Schuchardt · 2 years, 9 months ago
  9. 89c36cc crypto: aspeed: Add AST2600 ACRY support by Chia-Wei Wang · 2 years, 11 months ago
  10. b560c70 lib: rsa: rsa-verify: also check that padding is not NULL by Philippe Reynes · 3 years ago
  11. 79b8849 Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years ago
  12. 2bbed3f image: Use Kconfig to enable FIT_RSASSA_PSS on host by Simon Glass · 3 years ago
  13. 7ce8385 Kconfig: Don't use RSA_FREESCALE_EXP on MX7ULP by Ricardo Salveti · 3 years, 1 month ago
  14. d4f05b3 lib: rsa: fix dependency for SPL_RSA_VERIFY by Oleksandr Suvorov · 3 years ago
  15. 6674eda Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years ago
  16. de41f0e image: rsa: Move padding_algos to linker lists by Alexandru Gagniuc · 3 years, 1 month ago
  17. d607dfd lib/rsa: don't use NULL as key_id by Heinrich Schuchardt · 3 years, 1 month ago
  18. 295ab73 lib: -Wformat-truncation in rsa_engine_get_priv_key by Heinrich Schuchardt · 3 years, 2 months ago
  19. fe68a67 lib/rsa: Remove support for OpenSSL < 1.1.0 and libressl < 2.7.0 by Alexandru Gagniuc · 3 years, 2 months ago
  20. 62b27a5 mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL Engine by Marc Kleine-Budde · 3 years, 2 months ago
  21. 6d59ace lib: rsa: rsa-sign: Minor bug in debug message by Chan, Donald · 3 years, 2 months ago
  22. 0eadb2b lib: rsa: rsa-verify: Fix a typo in a debug message by Thomas Perrot · 3 years, 2 months ago
  23. 6909edb image: rsa: Move verification algorithm to a linker list by Alexandru Gagniuc · 3 years, 2 months ago
  24. ad74aed image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT by Simon Glass · 3 years, 2 months ago
  25. fbc7774 lib/rsa: Use EVP_PKEY instead of RSA by Chan, Donald · 3 years, 6 months ago
  26. 824ee74 lib/rsa: Use the 'keyfile' argument from mkimage by Alexandru Gagniuc · 3 years, 7 months ago
  27. 4c17e5f lib/rsa: Make fdt_add_bignum() available outside of RSA code by Alexandru Gagniuc · 3 years, 7 months ago
  28. 0bcb28d lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · 3 years, 7 months ago
  29. 8f684bc lib: rsa: Add debug message on algo mismatch by Sean Anderson · 3 years, 7 months ago
  30. 040fad3 lib: rsa: rsa-verify: don't look for keys in the FIT image by Philippe Reynes · 3 years, 8 months ago
  31. c2a2c83 xilinx: zynq: Change types from u32 to uint32_t by Michal Simek · 4 years ago
  32. ec71cc3 lib: rsa: superfluous initialization in rsa_verify() by Heinrich Schuchardt · 4 years ago
  33. 3f8808e rsa: fix retrieving public exponent on big-endian systems by Rasmus Villemoes · 4 years ago
  34. 167fb1f lib: rsa: check algo match in rsa_verify_with_keynode by Matthieu CASTET · 4 years ago
  35. 8479333 rsa: crash in br_i32_decode() called from rsa_gen_key_prop() by Robert Reither · 4 years ago
  36. de95930 lib/rsa: correct check after allocation in fdt_add_bignum() by Heinrich Schuchardt · 4 years, 1 month ago
  37. 491bfe8 lib: rsa: export rsa_verify_with_pkey() by AKASHI Takahiro · 4 years, 3 months ago
  38. c89b41b lib: rsa: function to verify a signature against a hash by Heiko Stuebner · 4 years, 4 months ago
  39. 1a62c23 lib: rsa: add documentation to padding_pss_verify to document limitations by Heiko Stuebner · 4 years, 3 months ago
  40. eda753b lib: rsa: free local arrays after use in rsa_gen_key_prop() by Heiko Stuebner · 4 years, 3 months ago
  41. 49d0ea3 lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop() by Heiko Stuebner · 4 years, 3 months ago
  42. 8434b43 lib: rsa: bring exp_len in line when generating a key_prop by Heiko Stuebner · 4 years, 3 months ago
  43. 447b1d7 lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey() by Heiko Stuebner · 4 years, 3 months ago
  44. 3075eb7 lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFY by Heiko Stuebner · 4 years, 3 months ago
  45. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 4 months ago
  46. 24bf6e8 lib: rsa: avoid overriding the object name when already specified by Jan Luebbe · 4 years, 4 months ago
  47. 48069ff lib: rsa: Also check for presence of r-squared property by Jan Kiszka · 4 years, 5 months ago
  48. 0ff042d rsa: don't use malloc.h in rsa-sign.c by Jonathan Gray · 4 years, 4 months ago
  49. fdf0819 rsa: fix alignment issue when getting public exponent by Heiko Stuebner · 4 years, 5 months ago
  50. 1f47e2a Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 6 months ago
  51. 72188f5 image: Use constants for 'required' and 'key-name-hint' by Simon Glass · 4 years, 6 months ago
  52. 0cc7a75 lib: rsa: add rsa_verify_with_pkey() by AKASHI Takahiro · 4 years, 7 months ago
  53. e0d310b lib: rsa: generate additional parameters for public key by AKASHI Takahiro · 4 years, 7 months ago
  54. dd89f5b rsa: add CONFIG_RSA_VERIFY_WITH_PKEY config by AKASHI Takahiro · 4 years, 7 months ago
  55. b983cc2 lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · 4 years, 7 months ago
  56. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  57. 0772a1f rsa: Return immediately if required-key verification fails by Daniele Alessandrelli · 5 years ago
  58. 5b123e0 lib: rsa: add support to other openssl engine types than pkcs11 by Vesa Jääskeläinen · 5 years ago
  59. b02f2e7 rsa: check that pointer checksum isn't NULL before using it by Philippe Reynes · 6 years ago
  60. 061daa0 rsa: add support of padding pss by Philippe Reynes · 6 years ago
  61. 2003156 rsa: add a structure for the padding by Philippe Reynes · 6 years ago
  62. 3b5d697 rsa: use new openssl API to create signature by Philippe Reynes · 6 years ago
  63. 7ac1a43 rsa: Fix LibreSSL before v2.7.0 by Caliph Nomble · 6 years ago
  64. 37e3a36 xilinx: zynq: Add support to secure images by Siva Durga Prasad Paladugu · 6 years ago
  65. 8a682e0 rsa: Fix missing memory leak on error in fdt_add_bignum() by Simon Glass · 6 years ago
  66. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  67. 39883af lib/rsa: Kconfig: Remove superfluous 'depends on RSA' by Eugeniu Rosca · 6 years ago
  68. c3b4328 rsa: Fix build with OpenSSL 1.1.x by Jelle van der Waa · 7 years ago
  69. f4e9ff7 Kconfig: Don't use RSA_FREESCALE_EXP on IMX by George McCollister · 8 years ago
  70. f1ca1fd mkimage: Add support for signing with pkcs11 by George McCollister · 8 years ago
  71. 83dd98e image: Combine image_sig_algo with image_sign_info by Andrew Duda · 8 years ago
  72. 0c1d74f image: Add crypto_algo struct for RSA info by Andrew Duda · 8 years ago
  73. da29f29 rsa: Verify RSA padding programatically by Andrew Duda · 8 years ago
  74. 5300a4f rsa: cosmetic: rename pad_len to key_len by Andrew Duda · 8 years ago
  75. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  76. 713fb2d tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7 by mario.six@gdsys.cc · 8 years ago
  77. 2b9ec76 rsa: Fix return value and masked error by mario.six@gdsys.cc · 8 years ago
  78. 51c14cd verified-boot: Minimal support for booting U-Boot proper from SPL by Teddy Reed · 8 years ago
  79. 73223f0 Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
  80. ccf2886 rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP by gaurav rana · 10 years ago
  81. b37b46f rsa: Use checksum algorithms from struct hash_algo by Ruchika Gupta · 10 years ago
  82. d9f23c7 lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation by Ruchika Gupta · 10 years ago
  83. c937ff6 lib/rsa: Modify rsa to use DM driver by Ruchika Gupta · 10 years ago
  84. fc2f424 rsa: Split the rsa-verify to separate the modular exponentiation by Ruchika Gupta · 10 years ago
  85. 5426716 rsa: Fix two errors in the implementation by Simon Glass · 10 years ago
  86. e0f2f15 Implement generalised RSA public exponents for verified boot by Michael van der Westhuizen · 10 years ago
  87. 2b9912e includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  88. 597a8b2 mkimage: Automatically expand FDT in more cases by Simon Glass · 10 years ago
  89. 4f427a4 fdt: Update functions which write to an FDT to return -ENOSPC by Simon Glass · 10 years ago
  90. 29a23f9 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
  91. db1b5f3 rsa: add sha256,rsa4096 algorithm by Heiko Schocher · 11 years ago
  92. 646257d rsa: add sha256-rsa2048 algorithm by Heiko Schocher · 11 years ago
  93. 164922b lib: descend into sub directories only when it is necessary by Masahiro Yamada · 11 years ago
  94. 0a1a157 lib: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  95. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  96. 1a260fe lib/rsa/rsa-sig.c: compile on OS X by Andreas Bießmann · 11 years ago
  97. 19c402a image: Add RSA support for image signing by Simon Glass · 11 years ago