1. edbabcf imgtool: allow address adjustment in output hex by Fabio Utzig · 6 years ago
  2. 1318938 Upgrade mbedtls submodule to 2.16.3 by David Brown · 6 years ago
  3. f984b95 Move mbedtls submodule from sim to ext by David Brown · 6 years ago
  4. b748f6f Rename ext/mbedtls to ext/mbedtls-asn1 by David Brown · 6 years ago
  5. 1b7777b Fix CVE-2019-16892 by Fabio Utzig · 6 years ago
  6. ecbea70 Fix overflow in offset variable by Fabio Utzig · 6 years ago
  7. f0131cd imgtool: add mailing list email to setup by Fabio Utzig · 6 years ago
  8. f000480 zephyr/serial_recovery: fix serial device binding by Andrzej Puzdrowski · 6 years ago
  9. 7138e35 apps: update dependencies & syscfgs as per mcumgr by Vipul Rahane · 6 years ago
  10. 4d0c5fa Release notes for 1.4.0-rc1 by David Brown · 6 years ago v1.4.0-rc1
  11. 37b96e7 docs: Fix formatting of security document by David Brown · 6 years ago
  12. 0d98a9c docs: Create initial security policy by David Brown · 6 years ago
  13. 954dd2b kconfig: add option for multi image by Håkon Øye Amundsen · 6 years ago
  14. 2b8a695 Convert BOOT_MAGIC_SZ to #define by David Brown · 6 years ago
  15. e0bb1f9 Change BOOT_MAX_ALIGN to #define by David Brown · 6 years ago
  16. 510fddb imgtool: update to new protected TLV format by Fabio Utzig · 6 years ago
  17. 649d80f imgtool: fix trailer size calculation by Fabio Utzig · 6 years ago
  18. 2f6c164 sim: fix flash padding to use erased val by Fabio Utzig · 6 years ago
  19. ea3d3ab sim: add protected TLVs to hash calculation by Fabio Utzig · 6 years ago
  20. e52c08e bootutil: update to new protected TLV format by Fabio Utzig · 6 years ago
  21. fd140ec New protected TLV format proposal by Fabio Utzig · 6 years ago
  22. ea34f9a Fix Mynewt boot_serial unittest by Fabio Utzig · 6 years ago
  23. 61fd888 Add TLV iterator API by Fabio Utzig · 6 years ago
  24. 4f0ea74 Fix pep-8 (long line) by Fabio Utzig · 6 years ago
  25. b916e8d Fix author_email UNKNOWN in pip show by Fabio Utzig · 6 years ago
  26. 25c6a15 Add versioning to imgtool by Fabio Utzig · 6 years ago
  27. 99ec383 bootutil_misc: fix printf types in log macros by Marti Bolivar · 6 years ago
  28. e575b0b Add macro to check if swap_type is an upgrade by Fabio Utzig · 6 years ago
  29. b1adb1e Fix validation when no image is present by Fabio Utzig · 6 years ago
  30. 59b63e5 Fix identation by Fabio Utzig · 6 years ago
  31. c28005b Use better naming for swap copy/erase functions by Fabio Utzig · 6 years ago
  32. c21c210 Fix encrypted images with dependencies by Fabio Utzig · 6 years ago
  33. 4c0ee95 botutil/botutil_misc: fix compile error for debug log by Ben McCrea · 6 years ago
  34. cac58f6 boot: zephyr: main: tabs -> spaces by Fabio Utzig · 6 years ago
  35. 75b3441 Fix a few formatting issues in design doc by Fabio Utzig · 6 years ago
  36. 60319ac Update swap operation description in design doc by Fabio Utzig · 6 years ago
  37. 4d7396d Fix swap status control by Fabio Utzig · 6 years ago
  38. e4576b8 sim: Test variants of single upgrade with multi-image by David Brown · 6 years ago
  39. e6ab34c Allow upgrades of only one slot by David Brown · 6 years ago
  40. 873be31 sim: Add OldCorrect and NoUpgrade dependency types by David Brown · 6 years ago
  41. 0e6bc7f sim: Fix upgrade check by David Brown · 6 years ago
  42. 207c457 sim: Derive PartialEq and Eq for UpgradeInfo by David Brown · 6 years ago
  43. 18d301f sim: Add additional tests for mismatched upgrades by David Brown · 6 years ago
  44. 1790988 sim: Use image number instead of slot in dep test by David Brown · 6 years ago
  45. 135f716 Uncomment hold and add correct upgrades by Fabio Utzig · 6 years ago
  46. 298913b Fix dependency check infinite loop by Fabio Utzig · 6 years ago
  47. 7c1d155 Do not panic when upgrade info tells to hold by Fabio Utzig · 6 years ago
  48. 019a81a Move boot_is_version_sufficient to module scope by Fabio Utzig · 6 years ago
  49. 75e9a59 Remove boot_swap_type usage in the bootloader by Fabio Utzig · 6 years ago
  50. 233af7d Add utility function to find offset/len of TLVs by Fabio Utzig · 6 years ago
  51. a87cc7d Use local var instead of repeated macro call by Fabio Utzig · 6 years ago
  52. bc07793 Add macro to check if image must be decrypted by Fabio Utzig · 6 years ago
  53. 1e4284b Allow encrypted images in multi-image setting by Fabio Utzig · 6 years ago
  54. 6f49c27 Add boot_serial support for multi-images by Fabio Utzig · 6 years ago
  55. 61f08a0 Add basic multi-image support for Mynewt by Fabio Utzig · 6 years ago
  56. b63d995 Remove function that marks encr keys invalid by Fabio Utzig · 6 years ago
  57. ea0de00 Enable already fixed test in Travis-CI by Fabio Utzig · 6 years ago
  58. 268ace0 Zero AES key when marking invalid by Fabio Utzig · 6 years ago
  59. 6ace9ee Mark key_unwrap local function static by Fabio Utzig · 6 years ago
  60. 81c4675 Fix build for multi-image using encrypted images by Fabio Utzig · 6 years ago
  61. df8c891 scripts: allow user to set load_addr by Håkon Øye Amundsen · 6 years ago
  62. 539d766 Fix assemble.py tool for compatibility by Fabio Utzig · 6 years ago
  63. 7eaaf67 Fix for CVE-2019-5477 by Fabio Utzig · 6 years ago
  64. f84cc4b zephyr: enable MULTITHREADING by default except on nRF by Marti Bolivar · 6 years ago
  65. f2a8b78 zephyr: delete arduino_101.conf by Marti Bolivar · 6 years ago
  66. 787b5cc zephyr: remove ZEPHYR_BASE "bounce option" from Kconfig by Marti Bolivar · 6 years ago
  67. fe5ab1c sim: Generalize test image dumping by David Brown · 6 years ago
  68. 297029a sim: Add debugging ptable to image dumps by David Brown · 6 years ago
  69. ceb43f5 zephyr: add minimal footprint configuration for nrf52 by Andrzej Puzdrowski · 6 years ago
  70. 960a2d6 zephyr: allow to disable timers supports by Andrzej Puzdrowski · 6 years ago
  71. f0dbd42 Return error if swap_type is not identified by Fabio Utzig · 6 years ago
  72. d638b17 Remove image_header parameter from boot_read_image_size by Fabio Utzig · 6 years ago
  73. 1a1ec17 Refactor trailer writing routines by Fabio Utzig · 6 years ago
  74. 4e8113b Refactor trailer offset functions by Fabio Utzig · 6 years ago
  75. df0cc50 Refactor routines that read swap status data by Fabio Utzig · 6 years ago
  76. 9d16009 Remove assert from boot_status_entries by Fabio Utzig · 6 years ago
  77. 15c1467 Return error from boot_find_key instead of asserting by Fabio Utzig · 6 years ago
  78. c962135 Add macro to get TLVs offset from header by Fabio Utzig · 6 years ago
  79. f13db12 bugfix imgtool verify() by Christian Skubich · 6 years ago
  80. e955510 scripts: Show image version while verifying by Marek Pieta · 6 years ago
  81. 8000e32 Remove global test thread locking by Fabio Utzig · 6 years ago
  82. 10ee648 Update bootutil to reduce amount of global state by Fabio Utzig · 6 years ago
  83. b0f0473 Remove current_image global and macro updates by Fabio Utzig · 6 years ago
  84. abec073 Use macro for iterating over images by Fabio Utzig · 6 years ago
  85. f9aec95 sim: Simplify verification methods by David Brown · 6 years ago
  86. 78cc126 Add Mynewt option to enable the watchdog by Fabio Utzig · 6 years ago
  87. cb47dd7 sim: Add a readable header to test images by David Brown · 6 years ago
  88. c3898d6 sim: Add dependency tests to simulator by David Brown · 6 years ago
  89. 7a81c4b sim: Add dependency encoding to TLV generator by David Brown · 6 years ago
  90. 91d6863 sim: Use byteorder for multi-byte values by David Brown · 6 years ago
  91. 3b09021 sim: Simplify `slot` parameters by David Brown · 6 years ago
  92. eebf502 sim: Allow arguments to test entrypoints by David Brown · 6 years ago
  93. bd7925e image: use explitic padding on dependency version by David Brown · 6 years ago
  94. 3901d32 Add extra multi-image testing to Travis-CI by Fabio Utzig · 6 years ago
  95. ed4a536 Fix test/revert upgrade flash count by Fabio Utzig · 6 years ago
  96. 8af7f79 Add copy_done check after first boot by Fabio Utzig · 6 years ago
  97. 358ca1a Use Ninja instead of Makefiles for Zephyr by David Brown · 6 years ago
  98. 1e1be9b Update Cargo.lock files by David Brown · 6 years ago
  99. cbf3047 docs: fix typos in design.md by Håkon Øye Amundsen · 6 years ago
  100. 0c9266f sim: Remove copy_done check from revert_with_fails test by Tamas Ban · 6 years ago