1. 9560d77 imgtool: keys: fix tests by Fabio Utzig · 5 years ago
  2. 6bfa9e5 imgtool: release 1.6.0alpha1 by David Vincze · 5 years ago
  3. 71b8f98 imgtool: Add CBOR encoded boot record to TLV area by David Vincze · 5 years ago
  4. 4878c27 imgtool: Remove default padding of ECDSA sigs by David Brown · 5 years ago
  5. 04630ce fix #675 ECDSA verification fail when padding is added by Anthony Liu · 5 years ago
  6. 0ce958e imgtool: add option for confirming a padded image by Henrik Brix Andersen · 5 years ago
  7. 1a7a690 imgtool: Add security counter to image manifest by David Vincze · 5 years ago
  8. 310af87 Update to v1.5.0 by Fabio Utzig · 5 years ago v1.5-branch v1.5.0
  9. 7de8a29 Preparing for v1.5.0-rc2 by Fabio Utzig · 5 years ago v1.5.0-rc2
  10. ef7fbd7 Preparing for v1.5.0-rc1 by Fabio Utzig · 6 years ago v1.5.0-rc1
  11. cb08073 imgtool: fix passing --erased-val with 0xff value by Fabio Utzig · 5 years ago
  12. 1f50892 imgtool: update a few errors to use click's by Fabio Utzig · 6 years ago
  13. 9a492d5 imgtool: add better image overrun checks by Fabio Utzig · 6 years ago
  14. ba9e792 imgtool: release 1.5.0alpha2 by Fabio Utzig · 6 years ago
  15. 78e57c7 scripts: imgtool: Add command to dump private keys by Ioannis Konstantelias · 6 years ago
  16. 7ca2855 imgtool: Add helpers for type in keygen command by Fabio Utzig · 6 years ago
  17. 7a3b260 imgtool: add creation of ECIES-P256 encrypted images by Fabio Utzig · 6 years ago
  18. f5556c3 imgtool: fix header padding value check by Fabio Utzig · 6 years ago
  19. e5ac827 imgtool: release 1.5.0alpha1 by Fabio Utzig · 6 years ago
  20. 8828280 imgtool: fix typo in flag name by Fabio Utzig · 6 years ago
  21. 2269f47 imgtool: Add complete trailer to HEX images by Fabio Utzig · 6 years ago
  22. 9117fde imgtool: add erased-val cli option by Fabio Utzig · 6 years ago
  23. ac55554 Prepare for v1.4.0 release by David Brown · 6 years ago v1.4.0
  24. d758177 Prepare for release v1.4.0-rc2 by David Brown · 6 years ago v1.4.0-rc2
  25. edbabcf imgtool: allow address adjustment in output hex by Fabio Utzig · 6 years ago
  26. 510fddb imgtool: update to new protected TLV format by Fabio Utzig · 6 years ago
  27. 649d80f imgtool: fix trailer size calculation by Fabio Utzig · 6 years ago
  28. 4f0ea74 Fix pep-8 (long line) by Fabio Utzig · 6 years ago
  29. 25c6a15 Add versioning to imgtool by Fabio Utzig · 6 years ago
  30. df8c891 scripts: allow user to set load_addr by Håkon Øye Amundsen · 6 years ago
  31. f13db12 bugfix imgtool verify() by Christian Skubich · 6 years ago
  32. e955510 scripts: Show image version while verifying by Marek Pieta · 6 years ago
  33. bd7925e image: use explitic padding on dependency version by David Brown · 6 years ago
  34. 4bd4c7c Allow imgtool to generated encrypted ed25519 keys by Fabio Utzig · 6 years ago
  35. 8101d1f Add ed25519 signing support to imgtool by Fabio Utzig · 6 years ago
  36. 4a5477a Add new verify command by Fabio Utzig · 6 years ago
  37. 19fd79a Add RSA-3072 support to imgtool by Fabio Utzig · 6 years ago
  38. da8c919 imgtool: Add support for dependency description by David Vincze · 6 years ago
  39. fda937a imgtool: Discard public RSA if set for signing by Chris Bittner · 6 years ago
  40. 7c00acd imgtool save to format of given output filename by Fabio Utzig · 7 years ago
  41. e89841d Add imgtool publishing support by Fabio Utzig · 7 years ago
  42. cd28406 Fix image creation without sign/encryption by Fabio Utzig · 7 years ago
  43. 06b77b8 Add imgtool support for encrypted image creation by Fabio Utzig · 7 years ago
  44. a66c687 [imgtool] Add big endian support by Mark Schulte · 7 years ago
  45. 884be20 imgtool: Adjust base_addr when injecting header by Mark Schulte · 7 years ago
  46. 44588ef Update `--included-header` parameter by Fabio Utzig · 7 years ago
  47. dcf0c9b Allow passing in `--overwrite-only` flag by Fabio Utzig · 7 years ago
  48. 263d439 Add --slot-size to allow size checking without pad by Fabio Utzig · 7 years ago
  49. 519285f Allow passing max sectors as parameter to imgtool by Fabio Utzig · 7 years ago
  50. 51c112a Add click handling of cli options by Fabio Utzig · 7 years ago
  51. b5b59f1 Fix leftovers from image_header v1 by Fabio Utzig · 7 years ago
  52. 37d052f imgtool: Add support for Intel Hex images by Carles Cufi · 8 years ago
  53. 2c9153a imgtool: ECDSA pad signature by David Brown · 8 years ago
  54. b6e0ae6 fix: Add back ECDSA signature support by David Brown · 8 years ago
  55. 20462a7 fix: RSA: Use 32-byte salt with PSS by David Brown · 8 years ago
  56. 1d5bea1 imgtool: Add support for password protected RSA keys by David Brown · 8 years ago
  57. 47b77c5 imgtool: Fix signing payload type by David Brown · 8 years ago
  58. 5e7c6dd imgtool: Update RSA code by David Brown · 8 years ago
  59. 2445473 imgtool: Move keys to submodule by David Brown · 8 years ago
  60. 1314bf3 imgtool: Add explicit license declarations by David Brown · 8 years ago
  61. cb1bb48 imgtool: Fix ECDSA signatures by David Brown · 8 years ago
  62. 72e7a51 Change the image header magic by David Brown · 8 years ago
  63. f5b33d8 Place TLV size into TLV itself by David Brown · 8 years ago
  64. 43cda33 Move key_id from header into TLV by David Brown · 8 years ago
  65. 76528c4 imgtool: Add rust language support to ECDSA by David Brown · 8 years ago
  66. d36e91a imgtool: Add rust pubkey generation by David Brown · 8 years ago
  67. 27648b8 Renumber the TLV type values by David Brown · 8 years ago
  68. 8ae61c0 imgtool.py: Fix some errors in ecdsa key generation by David Brown · 8 years ago
  69. e08f087 Update imgtool to write trailer in new format by Fabio Utzig · 8 years ago
  70. 85d879f Merge pull request #60 from d3zd3z/pr/py-header by David Brown · 8 years ago
  71. 2c21f71 imgtool: Make "included header" optional by David Brown · 8 years ago
  72. 0f0c6a8 imgtool: Allow --key to be optional when signing by David Brown · 8 years ago
  73. efb871f imgtool: Better version parsing by David Brown · 8 years ago
  74. 07916c3 imgtool.py: Support PKCS#1.5 v2.1 RSA-PSS by David Brown · 8 years ago
  75. 23f91ad scripts: Initial version of Python imgtool by David Brown · 8 years ago