1. 85904a8 sim: Remove more cfg around validate-slot-0 by David Brown · 7 years ago
  2. 8d0afa7 boot: bootutil add cap for slot 0 validation by David Brown · 7 years ago
  3. 9930a3e sim: Use enc capability by David Brown · 7 years ago
  4. c4a60a3 boot: bootutil: Add caps for encryption by David Brown · 7 years ago
  5. 3910ab1 sim: eliminate (some) overwrite cfg by David Brown · 7 years ago
  6. 5c9e0f1 sim: Move 'Image' code to a separate module by David Brown · 7 years ago
  7. 25d7b0f Update simulator dependencies by Fabio Utzig · 7 years ago
  8. 401d7b3 zephyr: boot_serial: fix CRC header warning by Emanuele Di Santo · 7 years ago
  9. 9f1933d boot: zephyr: migrate to new log subystem by Emanuele Di Santo · 7 years ago
  10. 2733f51 boot: bootutil: remove unused BOOT_LOG_LEVEL macros by Emanuele Di Santo · 7 years ago
  11. 20ba65e samples: mcuboot_config: introduce MCUBOOT_LOG_MODULE macros by Emanuele Di Santo · 7 years ago
  12. ccc98aa samples: mcuboot_config: simplify log configuration template by Emanuele Di Santo · 7 years ago
  13. 0752d8a boot: bootutil: include mcuboot_logging.h unconditionally by Emanuele Di Santo · 7 years ago
  14. 7c00acd imgtool save to format of given output filename by Fabio Utzig · 7 years ago
  15. e89841d Add imgtool publishing support by Fabio Utzig · 7 years ago
  16. a0ed10b zephyr: kconfig: set TEXT_SECTION_OFFSET to zero by Emanuele Di Santo · 7 years ago
  17. a32f1af Fix overwrite-only under Zephyr by Fabio Utzig · 7 years ago
  18. 4b25912 boot/bootutil: Add missing #include by Christopher Collins · 7 years ago
  19. 10b5de1 sim: Idiomize for Rust 2018 by David Brown · 7 years ago
  20. 29b0b5e sim: fixes for 2018 by David Brown · 7 years ago
  21. 2821564 sim: mcuboot-sys: More idiomatic Rust 2018 by David Brown · 7 years ago
  22. 65de6d1 sim: mcuboot-sys: 2018 edition fix by David Brown · 7 years ago
  23. ea25c41 sim: simflash: Rust 2018 idiom updates by David Brown · 7 years ago
  24. afabfcf sim: simflash: Minimal 2018 by David Brown · 7 years ago
  25. e24244b sim: Update a few dependencies for Rust 2018 by David Brown · 7 years ago
  26. b006309 Add ECDSA+KW testing to the CI by Fabio Utzig · 7 years ago
  27. 38f5ffe Add key unwrap functionality using tinycrypt by Fabio Utzig · 7 years ago
  28. b4d20c8 Update sim to run ecdsa sig + kw enc by Fabio Utzig · 7 years ago
  29. 3b091f6 Enable ASN1 parsing for KW by Fabio Utzig · 7 years ago
  30. 3ac36ea Update bundled ASN1 parser to Mbed-TLS 2.14.1 by Fabio Utzig · 7 years ago
  31. d5722f5 Update Mbed-TLS submodule to 2.14.1 by Fabio Utzig · 7 years ago
  32. 3635a0c Update Jekyll due to CVE by Fabio Utzig · 7 years ago
  33. d0533ed Add Zephyr config for boostrap feature by Fabio Utzig · 7 years ago
  34. 9b97b13 Enable bootstrap test in CI by Fabio Utzig · 7 years ago
  35. 251ef1d Add rsa+kw testing support to simulator by Fabio Utzig · 7 years ago
  36. 338a19f Add boostrapping from slot1 support by Fabio Utzig · 7 years ago
  37. 07ba28f MPU_ALLOW_FLASH_WRITE is defined only for ARM platforms. by Rajavardhan Gundi · 7 years ago
  38. 40c28e3 Add support for intel_s1000 SoC which is based on Xtensa arch by Rajavardhan Gundi · 7 years ago
  39. 3b8b58d Add DT_SPI_NOR_DRV_NAME check towards sanitycheck in target.h by Rajavardhan Gundi · 7 years ago
  40. c3353b2 Call device binding for DT_FLASH_DEV_NAME only if it is defined by Rajavardhan Gundi · 7 years ago
  41. 1b8d7fb Use BUILD_ASSERT_MSG instead of _Static_assert in Zephyr by Rajavardhan Gundi · 7 years ago
  42. e5aeee4 boot_serial; check CRC for RX only if all data has arrived. by Marko Kiiskila · 7 years ago
  43. 8e7b7ac boot_uart: mynewt; option for faster speed with serial. by Marko Kiiskila · 7 years ago
  44. e280e11 Remove unused hal includes from bootutil by Timo Kröger · 7 years ago
  45. 2bd980a Add support for slots with different sector sizes by Fabio Utzig · 7 years ago
  46. 08fcfe9 Enable bootutil logging in simulator by Fabio Utzig · 7 years ago
  47. 6465077 Add unsupported flash layout by Fabio Utzig · 7 years ago
  48. afb2bc9 Update main simulator routines for multi-flash by Fabio Utzig · 7 years ago
  49. 1c9aea5 Allow multiple flash devices in bootutil wrapper by Fabio Utzig · 7 years ago
  50. 1caef13 Allow multiple flash device in AreaDesc by Fabio Utzig · 7 years ago
  51. 73ffc44 Add align/erased_val params per flash device by Fabio Utzig · 7 years ago
  52. 269d286 Remove redundant align/erased_val usage by Fabio Utzig · 7 years ago
  53. 99dfc78 Remove usage of hal_flash_* functions by Fabio Utzig · 7 years ago
  54. 455cad5 Move from gcc to cc crate by Fabio Utzig · 7 years ago
  55. e35ed56 Add RSA sig+enc test to travis by Fabio Utzig · 7 years ago
  56. 4541b53 Increase Zephyr mempool size for encrypted images by Fabio Utzig · 7 years ago
  57. 2fc80df Fix handling of encrypted images by Fabio Utzig · 7 years ago
  58. e5831f6 Make sim header size slightly more configurable by Fabio Utzig · 7 years ago
  59. c8d67f1 Add TLV gen for RSA sig+enc by Fabio Utzig · 7 years ago
  60. 04fd63e Add build section for mbedTLS config by Fabio Utzig · 7 years ago
  61. 754438d Fix TLV sizes for signed images by Fabio Utzig · 7 years ago
  62. cd28406 Fix image creation without sign/encryption by Fabio Utzig · 7 years ago
  63. 71a697a Add minimum size validation for header parameter by Fabio Utzig · 7 years ago
  64. 9b7a258 Fix overwrite-only encrypted images in sim by Fabio Utzig · 7 years ago
  65. e641ea5 Fix overwrite only encrypted to not use local var by Fabio Utzig · 7 years ago
  66. 1c7d959 Fix rebase issue by Fabio Utzig · 7 years ago
  67. 38609e0 Fix typo in signed-off-by check error message by Fabio Utzig · 7 years ago
  68. 0e12f6c Travis speed ups by Fabio Utzig · 7 years ago
  69. a3c2f05 Fix main github repo links in docs by Fabio Utzig · 7 years ago
  70. f50054d fix zephyr target: corrupted build after zephyr PR #11180 by Andrzej Puzdrowski · 7 years ago
  71. 865777d boot: zephyr: add MCUBOOT config by Emanuele Di Santo · 7 years ago
  72. 3393992 Fixed an issue that supported later versions of mbedtls than mbedtls-2.6.1 by Yiping Peng · 7 years ago
  73. 4d20525 boot: zephyr: cleanup nrf52840_pca10059 configuration by Emanuele Di Santo · 7 years ago
  74. fcfff58 boot: zephyr: add missing sys_clock_disable declaration by Emanuele Di Santo · 7 years ago
  75. 4a60ee7 zephyr: add support for pca10059 by Emanuele Di Santo · 7 years ago
  76. c4bf780 zephyr: selectable serial device for recovery by Emanuele Di Santo · 7 years ago
  77. 68b3053 Add deprecated warning to Jira and Confluence links by Sigvart M. Hovland · 7 years ago
  78. e6e130b Mynewt: Add `version.yml` file by Christopher Collins · 7 years ago
  79. e393725 Fix imgtool encrypt rebase issue by Fabio Utzig · 7 years ago
  80. cdfa11a Add encrypt images design/usage documentation by Fabio Utzig · 7 years ago
  81. 459c3a3 Enable encrypted image tests to run on travis-ci by Fabio Utzig · 7 years ago
  82. 1e48b91 Add encrypted image support on sim by Fabio Utzig · 7 years ago
  83. 0d16482 Add mbedtls config with nist_kw enabled by Fabio Utzig · 7 years ago
  84. 5fe874c Add Zephyr support for encrypted images by Fabio Utzig · 7 years ago
  85. 0170f26 Add Mynewt config for encrypted images by Fabio Utzig · 7 years ago
  86. 06b77b8 Add imgtool support for encrypted image creation by Fabio Utzig · 7 years ago
  87. ba82904 Add bootutil support for encrypted images by Fabio Utzig · 7 years ago
  88. 9d306d2 Add sample encryption keys by Fabio Utzig · 7 years ago
  89. 73d8b03 Remove redundant text in SoB error message by Fabio Utzig · 7 years ago
  90. d8f84bc Print missing Signed-off-by line info by Fabio Utzig · 7 years ago
  91. 5f81b12 zephyr: fix flash_area_read_is_empty by Andrzej Puzdrowski · 7 years ago
  92. 178be54 Test erased flash with "flash_area_read_is_empty()" by Fabio Utzig · 7 years ago
  93. cea90f9 Add flash_area_read_is_empty to Zephyr port by Fabio Utzig · 7 years ago
  94. 35d31b4 Add flash_area_read_is_empty to sim by Fabio Utzig · 7 years ago
  95. 08b8058 zephyr: hello-world: remove BUILD_TIMESTAMP from prj.conf by Marti Bolivar · 7 years ago
  96. 5f15fe8 zephyr: hello-world: add cmake_minimum_required by Marti Bolivar · 7 years ago
  97. a66c687 [imgtool] Add big endian support by Mark Schulte · 7 years ago
  98. 08fa267 Fix copy_done setting by Fabio Utzig · 7 years ago
  99. a1927f4 Fix setting confirm flag by Łukasz Rymanowski · 7 years ago
  100. 1d96f36 Fix the wrong size of array of magic word in bootutil_misc by Hovland, Sigvart · 7 years ago