1. 3e3899c mkimage: add public key for image pre-load stage by Philippe Reynes · 2 years, 8 months ago
  2. e460726 tools: mkimage: Show where signatures/keys are written by Simon Glass · 3 years ago
  3. 89c3fb6 tools: Pass public-key node through to caller by Simon Glass · 3 years ago
  4. 94336dc image: Return destination node for add_verify_data() method by Simon Glass · 3 years ago
  5. 888c0c5 tools: Drop unused name in image-host by Simon Glass · 3 years ago
  6. 6a0efc8 tools: Improve comments in signing functions by Simon Glass · 3 years ago
  7. 4043f32 mkimage: Allow to specify the signature algorithm on the command line by Jan Kiszka · 2 years, 10 months ago
  8. 27beec2 image-fit: Make string of algo parameter constant by Jan Kiszka · 2 years, 10 months ago
  9. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  10. 396e4ed tools/image-host.c: Fix spelling of "expected". by Vagrant Cascadian · 3 years, 2 months ago
  11. 7a1745c tools: Avoid showing return value of clock_gettime() by Simon Glass · 3 years, 6 months ago
  12. f75f1d7 tools: image-host: fix wrong return value by Ming Liu · 3 years, 6 months ago
  13. 8fcea12 mkimage: Add a 'keyfile' argument for image signing by Alexandru Gagniuc · 3 years, 9 months ago
  14. 1f7d9a2 tools: image-host: add support for several sub-images by Philippe Reynes · 4 years ago
  15. 856bcc8 tools: image-host: clean function fit_config_get_hash_list by Philippe Reynes · 4 years ago
  16. 4ec40da tools: image-host.c: use correct variable for strerrno by Philippe Reynes · 4 years ago
  17. 95f2ab2 tools: image-host.c: use random instead of rand by Philippe Reynes · 4 years ago
  18. d697a2d tools: image-host.c: use correct output format by Heinrich Schuchardt · 4 years, 2 months ago
  19. 64d67c4 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · 4 years, 2 months ago
  20. 5964c3f mkimage: fit: include image cipher in configuration signature by Patrick Oppenlander · 4 years, 4 months ago
  21. a4fafb3 mkimage: fit: don't cipher ciphered data by Patrick Oppenlander · 4 years, 4 months ago
  22. be47211 mkimage: fit: handle FDT_ERR_NOSPACE when ciphering by Patrick Oppenlander · 4 years, 4 months ago
  23. d586fc3 mkimage: fit: only process one cipher node by Patrick Oppenlander · 4 years, 4 months ago
  24. 6dd1052 libfdt: split fdt_region declarations out to <fdt_region.h> by Masahiro Yamada · 4 years, 7 months ago
  25. 6495fe0 tools: image-host.c: use correct output format by Heinrich Schuchardt · 4 years, 8 months ago
  26. d7aabcc image: Use constants for 'required' and 'key-name-hint' by Simon Glass · 4 years, 8 months ago
  27. 0571232 fit_check_sign: Allow selecting the configuration to verify by Simon Glass · 4 years, 8 months ago
  28. a559bb2 image: Be a little more verbose when checking signatures by Simon Glass · 4 years, 8 months ago
  29. 132d694 tools: image-host.c: remove uboot_aes.h by Philippe Reynes · 4 years, 9 months ago
  30. 3148e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · 5 years ago
  31. 1246835 rsa: add a structure for the padding by Philippe Reynes · 6 years ago
  32. 697fcdc mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signatures by Alex Kiernan · 6 years ago
  33. 9767bf4 vboot: Do not use hashed-strings offset by Teddy Reed · 6 years ago
  34. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  35. 3234ecd fix incorrect usage of DT node unit address in comments by Andre Przywara · 7 years ago
  36. fe391a7 tools: image: fix message when fail to add verification data for config by Masahiro Yamada · 7 years ago
  37. 0148676 tools: image: allow to sign image nodes without -K option by Masahiro Yamada · 7 years ago
  38. c1f137b tools: image: fix "algo" property of public key for verified boot by Masahiro Yamada · 7 years ago
  39. 2fc6b6f tools: image: fix node name of signature node in FIT by Masahiro Yamada · 7 years ago
  40. 23d1489 mkimage: Add support for signing with pkcs11 by George McCollister · 8 years ago
  41. 6616c82 image: Combine image_sig_algo with image_sign_info by Andrew Duda · 8 years ago
  42. 06ca6d6 image: Add crypto_algo struct for RSA info by Andrew Duda · 8 years ago
  43. dc4053a tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7 by mario.six@gdsys.cc · 8 years ago
  44. d019e15 tools: Fix return code of fit_image_process_sig() by mario.six@gdsys.cc · 8 years ago
  45. ec539f7 tools: Correct error handling in fit_image_process_hash() by Simon Glass · 8 years ago
  46. 441f48d tools: fix typo in tools/image-host.c by Heiko Schocher · 10 years ago
  47. a51991d Enhance fit_check_sign to check all images by Simon Glass · 10 years ago
  48. 9423bad mkimage: Automatically expand FDT in more cases by Simon Glass · 10 years ago
  49. 802aa82 mkimage: Automatically make space in FDT when full by Simon Glass · 10 years ago
  50. d7b4232 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
  51. fdfd520 tools/image-host: fix sign-images bug by Heiko Schocher · 11 years ago
  52. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  53. 56ab8d6 image: Add support for signing of FIT configurations by Simon Glass · 11 years ago
  54. fbabc0f image: Support signing of images by Simon Glass · 11 years ago
  55. ee38265 image: Rename fit_add_hashes() to fit_add_verification_data() by Simon Glass · 12 years ago
  56. 0ce6e3d image: Convert fit_image_hash_set_value() to static, and rename by Simon Glass · 12 years ago
  57. 25d6e6b image: Split hash node processing into its own function by Simon Glass · 12 years ago
  58. 10a1eca image: Move HOSTCC image code to tools/ by Simon Glass · 12 years ago