1. 4d7396d Fix swap status control by Fabio Utzig · 6 years ago
  2. e6ab34c Allow upgrades of only one slot by David Brown · 6 years ago
  3. 298913b Fix dependency check infinite loop by Fabio Utzig · 6 years ago
  4. 019a81a Move boot_is_version_sufficient to module scope by Fabio Utzig · 6 years ago
  5. 75e9a59 Remove boot_swap_type usage in the bootloader by Fabio Utzig · 6 years ago
  6. 233af7d Add utility function to find offset/len of TLVs by Fabio Utzig · 6 years ago
  7. a87cc7d Use local var instead of repeated macro call by Fabio Utzig · 6 years ago
  8. bc07793 Add macro to check if image must be decrypted by Fabio Utzig · 6 years ago
  9. 1e4284b Allow encrypted images in multi-image setting by Fabio Utzig · 6 years ago
  10. b63d995 Remove function that marks encr keys invalid by Fabio Utzig · 6 years ago
  11. 268ace0 Zero AES key when marking invalid by Fabio Utzig · 6 years ago
  12. 6ace9ee Mark key_unwrap local function static by Fabio Utzig · 6 years ago
  13. 81c4675 Fix build for multi-image using encrypted images by Fabio Utzig · 6 years ago
  14. f0dbd42 Return error if swap_type is not identified by Fabio Utzig · 6 years ago
  15. d638b17 Remove image_header parameter from boot_read_image_size by Fabio Utzig · 6 years ago
  16. 1a1ec17 Refactor trailer writing routines by Fabio Utzig · 6 years ago
  17. 4e8113b Refactor trailer offset functions by Fabio Utzig · 6 years ago
  18. df0cc50 Refactor routines that read swap status data by Fabio Utzig · 6 years ago
  19. 9d16009 Remove assert from boot_status_entries by Fabio Utzig · 6 years ago
  20. 15c1467 Return error from boot_find_key instead of asserting by Fabio Utzig · 6 years ago
  21. c962135 Add macro to get TLVs offset from header by Fabio Utzig · 6 years ago
  22. 10ee648 Update bootutil to reduce amount of global state by Fabio Utzig · 6 years ago
  23. b0f0473 Remove current_image global and macro updates by Fabio Utzig · 6 years ago
  24. abec073 Use macro for iterating over images by Fabio Utzig · 6 years ago
  25. bd7925e image: use explitic padding on dependency version by David Brown · 6 years ago
  26. e32483f Boot: Add dependency check to multi-image boot by David Vincze · 6 years ago
  27. ba3bd60 Boot: Enable multi-image boot by David Vincze · 6 years ago
  28. b75c12a Boot: Extend flash layout for multiple images by David Vincze · 6 years ago
  29. e245347 Boot: Save image sequence number to image trailer by David Vincze · 6 years ago
  30. 853657c Add watchdog feeding macro by Fabio Utzig · 6 years ago
  31. 63a2bdb Fix bug that prevents split images from working. by Alvaro Prieto · 6 years ago
  32. 9871ceb Update mbedTLS sha256 usage to avoid deprecation by Fabio Utzig · 6 years ago
  33. 9771028 Add ed25519 verification to sim by Fabio Utzig · 6 years ago
  34. 4876484 Add bootutil support for ed25519 validation by Fabio Utzig · 6 years ago
  35. a1e8e43 Add Mynewt ed25519 support by Fabio Utzig · 6 years ago
  36. a1c1204 Fix double swap on interrupted revert by Christopher Collins · 6 years ago
  37. 2c88e69 Add some more debug logging by Christopher Collins · 6 years ago
  38. 2adef70 Use same format for scratch and slot trailer by Christopher Collins · 6 years ago
  39. 3929743 Add simulator support for RSA-3072 sigs by Fabio Utzig · 6 years ago
  40. 3501c01 Add bootutil support for RSA-3072 by Fabio Utzig · 6 years ago
  41. 4c9883b Add a capability query for image number by David Brown · 6 years ago
  42. 74b161e bootutil: Fix indentation in caps query by David Brown · 6 years ago
  43. 8d66c92 boot: bootutil: Change conditional to valid C by David Brown · 6 years ago
  44. 30f68b8 Remove bootutil unit test for Mynewt by Szymon Janc · 6 years ago
  45. 0a14d6b boot: bootutil: Simplify check for crypto backends to reduce complexity by Sigvart Hovland · 6 years ago
  46. 65a6ab2 boot: bootutil: Add cc310 interface for ecdsa by Sigvart Hovland · 6 years ago
  47. 795cd0d boot: bootutil: Change ec256 so that it can support multiple interfaces by Sigvart Hovland · 6 years ago
  48. 3999a75 Mynewt: Partial fix for bootutil unit test by Christopher Collins · 6 years ago
  49. 01dfbb6 Mynewt: Make PRIMARY/SECONDARY macros public by Christopher Collins · 6 years ago
  50. cf97dd0 encryption: changed boot_enc_valid() return value to bool by Andrzej Puzdrowski · 6 years ago
  51. e575fe9 image encryption: fix enc_state array indexing for zephyr by Andrzej Puzdrowski · 6 years ago
  52. ad0e9b8 Add Mynewt configuration to enable HW crypto by Fabio Utzig · 6 years ago
  53. 2d736ad Replace flash partitioning terminology by David Vincze · 6 years ago
  54. 4b4ac90 Do not use an ASSERT to catch the case if no image is loaded by Johannes Bruder · 7 years ago
  55. ae01f15 Set pending: don't crash when image slot corrupt by Christopher Collins · 7 years ago
  56. ed0ca43 Fix trailer erase for some devices by Fabio Utzig · 7 years ago
  57. 006994b Fix a buffer overflow on EC point load by Fabio Utzig · 7 years ago
  58. 8d0afa7 boot: bootutil add cap for slot 0 validation by David Brown · 7 years ago
  59. c4a60a3 boot: bootutil: Add caps for encryption by David Brown · 7 years ago
  60. 9f1933d boot: zephyr: migrate to new log subystem by Emanuele Di Santo · 7 years ago
  61. 2733f51 boot: bootutil: remove unused BOOT_LOG_LEVEL macros by Emanuele Di Santo · 7 years ago
  62. 0752d8a boot: bootutil: include mcuboot_logging.h unconditionally by Emanuele Di Santo · 7 years ago
  63. a32f1af Fix overwrite-only under Zephyr by Fabio Utzig · 7 years ago
  64. 4b25912 boot/bootutil: Add missing #include by Christopher Collins · 7 years ago
  65. 38f5ffe Add key unwrap functionality using tinycrypt by Fabio Utzig · 7 years ago
  66. 338a19f Add boostrapping from slot1 support by Fabio Utzig · 7 years ago
  67. 1b8d7fb Use BUILD_ASSERT_MSG instead of _Static_assert in Zephyr by Rajavardhan Gundi · 7 years ago
  68. e280e11 Remove unused hal includes from bootutil by Timo Kröger · 7 years ago
  69. 2bd980a Add support for slots with different sector sizes by Fabio Utzig · 7 years ago
  70. 2fc80df Fix handling of encrypted images by Fabio Utzig · 7 years ago
  71. e641ea5 Fix overwrite only encrypted to not use local var by Fabio Utzig · 7 years ago
  72. 1c7d959 Fix rebase issue by Fabio Utzig · 7 years ago
  73. 3393992 Fixed an issue that supported later versions of mbedtls than mbedtls-2.6.1 by Yiping Peng · 7 years ago
  74. ba82904 Add bootutil support for encrypted images by Fabio Utzig · 7 years ago
  75. 178be54 Test erased flash with "flash_area_read_is_empty()" by Fabio Utzig · 7 years ago
  76. 08fa267 Fix copy_done setting by Fabio Utzig · 7 years ago
  77. a1927f4 Fix setting confirm flag by Łukasz Rymanowski · 7 years ago
  78. 1d96f36 Fix the wrong size of array of magic word in bootutil_misc by Hovland, Sigvart · 7 years ago
  79. 3900001 Add support for flash devices erased at 0 by Fabio Utzig · 7 years ago
  80. 03dc9a0 Avoid touching the swap status area in overwrite-only by Fabio Utzig · 7 years ago
  81. 48841f2 Remove per file log level configs by Fabio Utzig · 7 years ago
  82. a8e4e97 Update logging to use per platform log macros by Fabio Utzig · 7 years ago
  83. b788c71 Replace mcuboot flash_map by zephyr flash_map by Andrzej Puzdrowski · 7 years ago
  84. b5b59f1 Fix leftovers from image_header v1 by Fabio Utzig · 7 years ago
  85. 2844faa Mynewt unit tests - Add repo prefix to dep lists. by Christopher Collins · 7 years ago
  86. 248da08 Move bootsim-specific assert behavior behind mcuboot_config.h by Marti Bolivar · 7 years ago
  87. f9bfddd Move max image sector config to mcuboot_config.h by Marti Bolivar · 7 years ago
  88. f91bca5 Mandate the presence of mcuboot_config/mcuboot_config.h by Marti Bolivar · 7 years ago
  89. 1b2f5ce tabs -> spaces by Fabio Utzig · 7 years ago
  90. a1fae67 Add config for BOOT_MAX_IMG_SECTORS by Fabio Utzig · 7 years ago
  91. 2a33aa2 Add logging support for Mynewt by Fabio Utzig · 7 years ago
  92. 6771601 Fix printf size warning by Fabio Utzig · 7 years ago
  93. ed8461b bootutil: loader: fix BOOT_STATUS_ASSERT macro by Johann Fischer · 7 years ago
  94. 785dc4c Fix RSA sigs for mbed TLS 2.7.0 by David Brown · 7 years ago
  95. f70e302 Fix warn in overwrite-only with slot0 validation by Fabio Utzig · 8 years ago v1.1.0 v1.1.0-rc2
  96. 891f4fb Fix EC API usage due to change in mbed-TLS by Fabio Utzig · 8 years ago
  97. 9c25fa7 Avoid using uninitialized memory in split go by Fabio Utzig · 8 years ago
  98. 5398604 Remove duplicated copy/paste residue by Fabio Utzig · 8 years ago
  99. 57c40f7 Fix assert abstraction in sim by Fabio Utzig · 8 years ago
  100. a0e1cce Enable ignoring write failures to status area by Fabio Utzig · 8 years ago