1. 61143f7 treewide: Fix Marek's name and change my e-mail address by Marek Behún · 2 years, 4 months ago
  2. 4e88352 sha1: Fix digest state size/type by Loic Poulain · 2 years, 4 months ago
  3. 1a47e6d crc16: Move standard CRC-16 implementation from ubifs to lib by Pali Rohár · 2 years, 5 months ago
  4. bb3d71b crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.c by Pali Rohár · 2 years, 5 months ago
  5. c755aa8 lib: rsa: Fix const-correctness of rsassa_pss functions by SESA644425 · 2 years, 7 months ago
  6. 26c7fda lib/lz4: update LZ4 decompressor module by Huang Jianan · 2 years, 7 months ago
  7. 2a4b0d5 rsa: adds rsa3072 algorithm by Jamin Lin · 2 years, 8 months ago
  8. c033dc8 image: Return destination node for add_verify_data() method by Simon Glass · 2 years, 10 months ago
  9. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  10. 7c3fd5c lib: add BLAKE2 hash support by Qu Wenruo · 2 years, 9 months ago
  11. 2a2d8e9 lz4: Use a private header for U-Boot by Simon Glass · 3 years ago
  12. 13c133b image: Drop unnecessary #ifdefs from image.h by Simon Glass · 3 years ago
  13. 2bbed3f image: Use Kconfig to enable FIT_RSASSA_PSS on host by Simon Glass · 3 years ago
  14. 6674eda Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years ago
  15. fe54aea common: Move MD5 hash to hash_algo[] array. by Alexandru Gagniuc · 3 years, 1 month ago
  16. 4deaff7 dm: hash: Add new UCLASS_HASH support by Chia-Wei Wang · 3 years, 2 months ago
  17. 74bda4f lib/md5: Export progressive APIs by Chia-Wei Wang · 3 years, 2 months ago
  18. 92c960b lib: rsa: Remove #ifdefs from rsa.h by Alexandru Gagniuc · 3 years, 2 months ago
  19. 820c496 lib: ecdsa: Remove #ifdefs from ecdsa.h by Alexandru Gagniuc · 3 years, 2 months ago
  20. ad74aed image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT by Simon Glass · 3 years, 2 months ago
  21. ed6c9e0 lib: Add support for ECDSA image signing by Alexandru Gagniuc · 3 years, 7 months ago
  22. 4c17e5f lib/rsa: Make fdt_add_bignum() available outside of RSA code by Alexandru Gagniuc · 3 years, 7 months ago
  23. 0bcb28d lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · 3 years, 7 months ago
  24. bc18f31 lib: rsa: struct udevice build warning by Heinrich Schuchardt · 3 years, 7 months ago
  25. c2a2c83 xilinx: zynq: Change types from u32 to uint32_t by Michal Simek · 4 years ago
  26. a6982a6 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · 4 years ago
  27. 81014f7 include/u-boot, lib/zlib: add sources for zlib decompression by Joao Marcos Costa · 4 years, 2 months ago
  28. 491bfe8 lib: rsa: export rsa_verify_with_pkey() by AKASHI Takahiro · 4 years, 3 months ago
  29. c89b41b lib: rsa: function to verify a signature against a hash by Heiko Stuebner · 4 years, 4 months ago
  30. d16b38f Add support for SHA384 and SHA512 by Reuben Dowle · 4 years, 5 months ago
  31. e0d310b lib: rsa: generate additional parameters for public key by AKASHI Takahiro · 4 years, 7 months ago
  32. 4df3578 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · 4 years, 9 months ago
  33. 7298e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · 4 years, 9 months ago
  34. c6ad936 include/u-boot/crc.h: pull 'uint' definition on musl targets by Sergei Trofimovich · 4 years, 9 months ago
  35. b2ea91b crc: Fix code style with crc functions by Simon Glass · 4 years, 10 months ago
  36. c3a4d1c common: Drop linux/crc8.h by Simon Glass · 4 years, 10 months ago
  37. 51c2345 Roll CRC16-CCITT into the hash infrastructure by Philipp Tomsich · 6 years ago
  38. a740ee9 lib: merge CRC16-CCITT into u-boot/crc.h by Philipp Tomsich · 6 years ago
  39. 061daa0 rsa: add support of padding pss by Philippe Reynes · 6 years ago
  40. 2003156 rsa: add a structure for the padding by Philippe Reynes · 6 years ago
  41. 37e3a36 xilinx: zynq: Add support to secure images by Siva Durga Prasad Paladugu · 6 years ago
  42. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  43. 59981e6 include: Add a variadic macro to call a callback for all arguments by Marek Behún · 7 years ago
  44. 85d8bf5 lib: Add CRC32-C by Marek Behún · 7 years ago
  45. 1d3c539 tools: Allow crc8 to be used by oliver@schinagl.nl · 8 years ago
  46. da29f29 rsa: Verify RSA padding programatically by Andrew Duda · 8 years ago
  47. 73223f0 Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
  48. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  49. 057c220 Correct License and Copyright information on few files by Ruchika Gupta · 9 years ago
  50. b37b46f rsa: Use checksum algorithms from struct hash_algo by Ruchika Gupta · 10 years ago
  51. 31d2b4f DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver by Ruchika Gupta · 10 years ago
  52. fc2f424 rsa: Split the rsa-verify to separate the modular exponentiation by Ruchika Gupta · 10 years ago
  53. e0f2f15 Implement generalised RSA public exponents for verified boot by Michael van der Westhuizen · 10 years ago
  54. 2b9912e includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  55. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  56. d20a40d Roll crc32 into hash infrastructure by Simon Glass · 12 years ago
  57. ee820b5 lib/zlib: sparse fixes by Kim Phillips · 12 years ago
  58. 7a32b98 lib: zlib: include deflate into zlib build by Lei Wen · 12 years ago
  59. e3ed057 gunzip: rename z{alloc, free} to gz{alloc, free} by Mike Frysinger · 12 years ago
  60. b68d63c GCC47: Fix warning in md5.c by Marek Vasut · 12 years ago
  61. 78acc47 Rename lib_generic/ to lib/ by Peter Tyser · 14 years ago
  62. 449609f tools: mkimage: Fixed build warnings by Prafulla Wadaskar · 15 years ago
  63. 6ac9f47 start a linker script helper file by Mike Frysinger · 15 years ago
  64. dce3d79 zlib: updated to v.1.2.3 by Giuseppe CONDORELLI · 15 years ago
  65. f33b325 Revert "zlib: updated to v.1.2.3" by Wolfgang Denk · 15 years ago
  66. 28958b8 Coding Style cleanup; update CHANGELOG. by Wolfgang Denk · 15 years ago
  67. b201171 zlib: updated to v.1.2.3 by Giuseppe CONDORELLI · 15 years ago
  68. 3756609 compiler.h: unify system ifdef cruft here by Mike Frysinger · 15 years ago
  69. a31e091 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  70. 215b01b Add support for calculating hashes with watchdog triggering by Bartlomiej Sieka · 16 years ago
  71. 20a14a4 Rename include/md5.h to include/u-boot/md5.h by Andy Fleming · 16 years ago