1. cde8c95 cyclic: introduce u-boot/schedule.h by Rasmus Villemoes · 8 weeks ago
  2. 8e3df06 Merge patch series "aspeed: ast2700: Add Caliptra ECDSA driver" by Tom Rini · 5 weeks ago
  3. 7868595 lib: ecdsa: Add ECDSA384 support by Chia-Wei Wang · 6 weeks ago
  4. f51f355 mbedtls: add digest shim layer for MbedTLS by Raymond Mao · 8 weeks ago
  5. 9ec0088 sha1: Remove sha1 non-watchdog API by Raymond Mao · 8 weeks ago
  6. c35e1a4 md5: Remove md5 non-watchdog API by Raymond Mao · 8 weeks ago
  7. a571b98 lib: Adapt digest header files to MbedTLS by Raymond Mao · 8 weeks ago
  8. ca9e9ec Add mkimage secp521r1 ECDSA curve support by Joakim Tjernlund · 10 weeks ago
  9. 29cab7c include: export uuid.h by Caleb Connolly · 3 months ago
  10. 70e4769 include: u-boot: Remove duplicate newlines by Marek Vasut · 4 months ago
  11. 9796bdd Revert "Revert "Merge patch series "zlib: Address CVE-2016-9841""" by Tom Rini · 5 months ago
  12. 1f47e4e Merge branch 'next' by Tom Rini · 5 months ago
  13. 4eab176 Revert "Merge patch series "zlib: Address CVE-2016-9841"" by Tom Rini · 5 months ago
  14. cdc9318 md5: Use typedef for MD5 context by Raymond Mao · 6 months ago
  15. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  16. 23e3a84 include: Add missing headers in a few instances by Tom Rini · 7 months ago
  17. f555f19 zlib: Remove incorrect ZLIB_VERSION by Michal Simek · 8 months ago
  18. 8fac3d4 global: Restrict use of '#include <linux/kconfig.h>' by Tom Rini · 12 months ago
  19. d63726e treewide: Fix Marek's name and change my e-mail address by Marek Behún · 2 years, 6 months ago
  20. c7799b0 sha1: Fix digest state size/type by Loic Poulain · 2 years, 6 months ago
  21. 13e5039 crc16: Move standard CRC-16 implementation from ubifs to lib by Pali Rohár · 2 years, 8 months ago
  22. 44406a3 crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.c by Pali Rohár · 2 years, 8 months ago
  23. 1304b46 lib: rsa: Fix const-correctness of rsassa_pss functions by SESA644425 · 2 years, 9 months ago
  24. 24a0c50 lib/lz4: update LZ4 decompressor module by Huang Jianan · 2 years, 9 months ago
  25. 5975ad7 rsa: adds rsa3072 algorithm by Jamin Lin · 2 years, 10 months ago
  26. 94336dc image: Return destination node for add_verify_data() method by Simon Glass · 3 years, 1 month ago
  27. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  28. b98e8a2 lib: add BLAKE2 hash support by Qu Wenruo · 3 years ago
  29. caf6267 lz4: Use a private header for U-Boot by Simon Glass · 3 years, 2 months ago
  30. 2c6a1b0 image: Drop unnecessary #ifdefs from image.h by Simon Glass · 3 years, 2 months ago
  31. effa452 image: Use Kconfig to enable FIT_RSASSA_PSS on host by Simon Glass · 3 years, 2 months ago
  32. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 2 months ago
  33. f301658 common: Move MD5 hash to hash_algo[] array. by Alexandru Gagniuc · 3 years, 3 months ago
  34. 6e84474 dm: hash: Add new UCLASS_HASH support by Chia-Wei Wang · 3 years, 4 months ago
  35. abc83f9 lib/md5: Export progressive APIs by Chia-Wei Wang · 3 years, 4 months ago
  36. 81225fd lib: rsa: Remove #ifdefs from rsa.h by Alexandru Gagniuc · 3 years, 5 months ago
  37. 081a61e lib: ecdsa: Remove #ifdefs from ecdsa.h by Alexandru Gagniuc · 3 years, 5 months ago
  38. 66b00c8 image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT by Simon Glass · 3 years, 5 months ago
  39. 3ebd200 lib: Add support for ECDSA image signing by Alexandru Gagniuc · 3 years, 9 months ago
  40. 32abcbd lib/rsa: Make fdt_add_bignum() available outside of RSA code by Alexandru Gagniuc · 3 years, 9 months ago
  41. db182c4 lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · 3 years, 9 months ago
  42. 4a87d2e lib: rsa: struct udevice build warning by Heinrich Schuchardt · 3 years, 9 months ago
  43. 38e828e xilinx: zynq: Change types from u32 to uint32_t by Michal Simek · 4 years, 1 month ago
  44. 64d67c4 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · 4 years, 2 months ago
  45. ae8abb1 include/u-boot, lib/zlib: add sources for zlib decompression by Joao Marcos Costa · 4 years, 4 months ago
  46. 30962bf lib: rsa: export rsa_verify_with_pkey() by AKASHI Takahiro · 4 years, 6 months ago
  47. b404409 lib: rsa: function to verify a signature against a hash by Heiko Stuebner · 4 years, 6 months ago
  48. 1908fd9 Add support for SHA384 and SHA512 by Reuben Dowle · 4 years, 8 months ago
  49. d4aece1 lib: rsa: generate additional parameters for public key by AKASHI Takahiro · 4 years, 9 months ago
  50. 3d96470 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · 5 years ago
  51. 3148e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · 5 years ago
  52. 4719046 include/u-boot/crc.h: pull 'uint' definition on musl targets by Sergei Trofimovich · 5 years ago
  53. c2226bf crc: Fix code style with crc functions by Simon Glass · 5 years ago
  54. ca9b0af common: Drop linux/crc8.h by Simon Glass · 5 years ago
  55. 6e2ac3e Roll CRC16-CCITT into the hash infrastructure by Philipp Tomsich · 6 years ago
  56. 36b26d1 lib: merge CRC16-CCITT into u-boot/crc.h by Philipp Tomsich · 6 years ago
  57. 47d73f0 rsa: add support of padding pss by Philippe Reynes · 6 years ago
  58. 1246835 rsa: add a structure for the padding by Philippe Reynes · 6 years ago
  59. e460352 xilinx: zynq: Add support to secure images by Siva Durga Prasad Paladugu · 6 years ago
  60. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  61. b9ce5f1 include: Add a variadic macro to call a callback for all arguments by Marek Behún · 7 years ago
  62. cdccc03 lib: Add CRC32-C by Marek Behún · 7 years ago
  63. 3255e9f tools: Allow crc8 to be used by oliver@schinagl.nl · 8 years ago
  64. 3db9ff0 rsa: Verify RSA padding programatically by Andrew Duda · 8 years ago
  65. e3ee2fb Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
  66. e237880 Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  67. 9c078c3 Correct License and Copyright information on few files by Ruchika Gupta · 9 years ago
  68. 2c8987f rsa: Use checksum algorithms from struct hash_algo by Ruchika Gupta · 10 years ago
  69. 98ebb12 DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver by Ruchika Gupta · 10 years ago
  70. b92ebab rsa: Split the rsa-verify to separate the modular exponentiation by Ruchika Gupta · 10 years ago
  71. 89f4ed1 Implement generalised RSA public exponents for verified boot by Michael van der Westhuizen · 10 years ago
  72. bfe88fe includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  73. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  74. 0bbd76f Roll crc32 into hash infrastructure by Simon Glass · 12 years ago
  75. 8eb6994 lib/zlib: sparse fixes by Kim Phillips · 12 years ago
  76. 8dd348f lib: zlib: include deflate into zlib build by Lei Wen · 12 years ago
  77. 802383b gunzip: rename z{alloc, free} to gz{alloc, free} by Mike Frysinger · 13 years ago
  78. e7ab380 GCC47: Fix warning in md5.c by Marek Vasut · 13 years ago
  79. 685b7f5 Rename lib_generic/ to lib/ by Peter Tyser · 15 years ago
  80. 4d4d67d tools: mkimage: Fixed build warnings by Prafulla Wadaskar · 15 years ago
  81. 91acc21 start a linker script helper file by Mike Frysinger · 15 years ago
  82. 5e7e8e8 zlib: updated to v.1.2.3 by Giuseppe CONDORELLI · 15 years ago
  83. 72d0bca Revert "zlib: updated to v.1.2.3" by Wolfgang Denk · 15 years ago
  84. bddc726 Coding Style cleanup; update CHANGELOG. by Wolfgang Denk · 15 years ago
  85. b4a560a zlib: updated to v.1.2.3 by Giuseppe CONDORELLI · 15 years ago
  86. 4ad8e9f compiler.h: unify system ifdef cruft here by Mike Frysinger · 15 years ago
  87. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  88. da5045d Add support for calculating hashes with watchdog triggering by Bartlomiej Sieka · 17 years ago
  89. 72c23be Rename include/md5.h to include/u-boot/md5.h by Andy Fleming · 17 years ago