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