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