1. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  2. b98e8a2 lib: add BLAKE2 hash support by Qu Wenruo · Mon Dec 27 14:12:07 2021 +0800
  3. caf6267 lz4: Use a private header for U-Boot by Simon Glass · Sat Oct 09 09:28:21 2021 -0600
  4. 2c6a1b0 image: Drop unnecessary #ifdefs from image.h by Simon Glass · Sat Sep 25 19:43:33 2021 -0600
  5. effa452 image: Use Kconfig to enable FIT_RSASSA_PSS on host by Simon Glass · Sat Sep 25 19:43:23 2021 -0600
  6. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · Thu Sep 16 10:29:40 2021 -0400
  7. f301658 common: Move MD5 hash to hash_algo[] array. by Alexandru Gagniuc · Thu Sep 02 19:54:20 2021 -0500
  8. 6e84474 dm: hash: Add new UCLASS_HASH support by Chia-Wei Wang · Fri Jul 30 09:08:03 2021 +0800
  9. abc83f9 lib/md5: Export progressive APIs by Chia-Wei Wang · Fri Jul 30 09:08:02 2021 +0800
  10. 81225fd lib: rsa: Remove #ifdefs from rsa.h by Alexandru Gagniuc · Wed Jul 14 17:05:43 2021 -0500
  11. 081a61e lib: ecdsa: Remove #ifdefs from ecdsa.h by Alexandru Gagniuc · Wed Jul 14 17:05:42 2021 -0500
  12. 66b00c8 image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT by Simon Glass · Wed Jul 14 17:05:31 2021 -0500
  13. 3ebd200 lib: Add support for ECDSA image signing by Alexandru Gagniuc · Fri Feb 19 12:45:12 2021 -0600
  14. 32abcbd lib/rsa: Make fdt_add_bignum() available outside of RSA code by Alexandru Gagniuc · Fri Feb 19 12:45:11 2021 -0600
  15. db182c4 lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · Fri Feb 19 12:45:10 2021 -0600
  16. 4a87d2e lib: rsa: struct udevice build warning by Heinrich Schuchardt · Wed Feb 17 12:54:31 2021 +0100
  17. 38e828e xilinx: zynq: Change types from u32 to uint32_t by Michal Simek · Thu Oct 22 10:59:08 2020 +0200
  18. 64d67c4 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · Thu Sep 17 15:01:46 2020 +0200
  19. ae8abb1 include/u-boot, lib/zlib: add sources for zlib decompression by Joao Marcos Costa · Thu Jul 30 15:33:49 2020 +0200
  20. 30962bf lib: rsa: export rsa_verify_with_pkey() by AKASHI Takahiro · Tue Jun 16 14:26:48 2020 +0900
  21. b404409 lib: rsa: function to verify a signature against a hash by Heiko Stuebner · Fri May 22 16:20:33 2020 +0200
  22. 1908fd9 Add support for SHA384 and SHA512 by Reuben Dowle · Thu Apr 16 17:36:52 2020 +1200
  23. d4aece1 lib: rsa: generate additional parameters for public key by AKASHI Takahiro · Fri Feb 21 15:12:58 2020 +0900
  24. 3d96470 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · Wed Dec 18 18:25:42 2019 +0100
  25. 3148e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · Wed Dec 18 18:25:41 2019 +0100
  26. 4719046 include/u-boot/crc.h: pull 'uint' definition on musl targets by Sergei Trofimovich · Mon Dec 30 15:53:42 2019 +0000
  27. c2226bf crc: Fix code style with crc functions by Simon Glass · Thu Nov 14 12:57:15 2019 -0700
  28. ca9b0af common: Drop linux/crc8.h by Simon Glass · Thu Nov 14 12:57:14 2019 -0700
  29. 6e2ac3e Roll CRC16-CCITT into the hash infrastructure by Philipp Tomsich · Sun Nov 25 19:22:19 2018 +0100
  30. 36b26d1 lib: merge CRC16-CCITT into u-boot/crc.h by Philipp Tomsich · Sun Nov 25 19:22:18 2018 +0100
  31. 47d73f0 rsa: add support of padding pss by Philippe Reynes · Wed Nov 14 13:51:01 2018 +0100
  32. 1246835 rsa: add a structure for the padding by Philippe Reynes · Wed Nov 14 13:51:00 2018 +0100
  33. e460352 xilinx: zynq: Add support to secure images by Siva Durga Prasad Paladugu · Tue Jun 26 15:02:19 2018 +0530
  34. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  35. b9ce5f1 include: Add a variadic macro to call a callback for all arguments by Marek Behún · Sun Sep 03 17:00:25 2017 +0200
  36. cdccc03 lib: Add CRC32-C by Marek Behún · Sun Sep 03 17:00:23 2017 +0200
  37. 3255e9f tools: Allow crc8 to be used by oliver@schinagl.nl · Fri Nov 25 16:30:31 2016 +0100
  38. 3db9ff0 rsa: Verify RSA padding programatically by Andrew Duda · Tue Nov 08 18:53:40 2016 +0000
  39. e3ee2fb Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · Mon Feb 22 22:55:43 2016 -0700
  40. e237880 Add more SPDX-License-Identifier tags by Tom Rini · Thu Jan 14 22:05:13 2016 -0500
  41. 9c078c3 Correct License and Copyright information on few files by Ruchika Gupta · Mon Jul 27 09:07:39 2015 +0530
  42. 2c8987f rsa: Use checksum algorithms from struct hash_algo by Ruchika Gupta · Fri Jan 23 16:01:59 2015 +0530
  43. 98ebb12 DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver by Ruchika Gupta · Fri Jan 23 16:01:52 2015 +0530
  44. b92ebab rsa: Split the rsa-verify to separate the modular exponentiation by Ruchika Gupta · Fri Jan 23 16:01:50 2015 +0530
  45. 89f4ed1 Implement generalised RSA public exponents for verified boot by Michael van der Westhuizen · Wed Jul 02 10:17:26 2014 +0200
  46. bfe88fe includes: move openssl headers to include/u-boot by Jeroen Hofstee · Thu Jun 12 22:27:12 2014 +0200
  47. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  48. 0bbd76f Roll crc32 into hash infrastructure by Simon Glass · Sun Feb 24 20:30:22 2013 +0000
  49. 8eb6994 lib/zlib: sparse fixes by Kim Phillips · Mon Oct 29 13:34:35 2012 +0000
  50. 8dd348f lib: zlib: include deflate into zlib build by Lei Wen · Fri Sep 28 04:26:44 2012 +0000
  51. 802383b gunzip: rename z{alloc, free} to gz{alloc, free} by Mike Frysinger · Mon Apr 09 13:39:53 2012 +0000
  52. e7ab380 GCC47: Fix warning in md5.c by Marek Vasut · Sun Apr 29 00:28:40 2012 +0200
  53. 685b7f5 Rename lib_generic/ to lib/ by Peter Tyser · Mon Apr 12 22:28:05 2010 -0500
  54. 4d4d67d tools: mkimage: Fixed build warnings by Prafulla Wadaskar · Sun Aug 16 05:28:19 2009 +0530
  55. 91acc21 start a linker script helper file by Mike Frysinger · Sun Aug 23 02:47:59 2009 -0400
  56. 5e7e8e8 zlib: updated to v.1.2.3 by Giuseppe CONDORELLI · Wed Jul 29 08:05:08 2009 -0400
  57. 72d0bca Revert "zlib: updated to v.1.2.3" by Wolfgang Denk · Fri Jul 24 14:24:07 2009 +0200
  58. bddc726 Coding Style cleanup; update CHANGELOG. by Wolfgang Denk · Thu Jul 23 22:23:23 2009 +0200
  59. b4a560a zlib: updated to v.1.2.3 by Giuseppe CONDORELLI · Thu Jul 23 04:54:45 2009 -0400
  60. 4ad8e9f compiler.h: unify system ifdef cruft here by Mike Frysinger · Thu Jul 02 19:23:25 2009 -0400
  61. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · Sat Apr 04 12:49:11 2009 +0200
  62. da5045d Add support for calculating hashes with watchdog triggering by Bartlomiej Sieka · Tue Apr 22 12:27:56 2008 +0200
  63. 72c23be Rename include/md5.h to include/u-boot/md5.h by Andy Fleming · Wed Apr 02 16:19:07 2008 -0500