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