1. 5fde832 bootutil: add ECIES-P256 support by Fabio Utzig · 6 years ago
  2. 5ef883a caps: add ECIES-P256 by Fabio Utzig · 6 years ago
  3. ccc0280 boot: zephyr: tabs -> spaces in CMakeLists.txt by Fabio Utzig · 6 years ago
  4. 42cc29a boot: zephyr: add ECIES-P256 configuration by Fabio Utzig · 6 years ago
  5. c67dd70 boot: mynewt: add config for ECIES-P256 encrypted images by Fabio Utzig · 6 years ago
  6. 2d18f25 boot: zephyr: boards: add Actinius Icarus board by Iosif Macesanu · 6 years ago
  7. d0ca0ff Fix up typos by Sam Bristow · 6 years ago
  8. 441e997 mynewt: Make cflags consistent for if or ifdef usage by Andy Gross · 6 years ago
  9. e47ccd6 mynewt: allow overriding the startup routine by Fabio Utzig · 6 years ago
  10. 9bf95af boot: Check overflow/bounds on image header size by David Brown · 6 years ago
  11. effb06e boot: Add overflow-safe 32 and 16-bit add functions by David Brown · 6 years ago
  12. b748f6f Rename ext/mbedtls to ext/mbedtls-asn1 by David Brown · 6 years ago
  13. ecbea70 Fix overflow in offset variable by Fabio Utzig · 6 years ago
  14. f000480 zephyr/serial_recovery: fix serial device binding by Andrzej Puzdrowski · 6 years ago
  15. 954dd2b kconfig: add option for multi image by Håkon Øye Amundsen · 6 years ago
  16. 2b8a695 Convert BOOT_MAGIC_SZ to #define by David Brown · 6 years ago
  17. e0bb1f9 Change BOOT_MAX_ALIGN to #define by David Brown · 6 years ago
  18. e52c08e bootutil: update to new protected TLV format by Fabio Utzig · 6 years ago
  19. ea34f9a Fix Mynewt boot_serial unittest by Fabio Utzig · 6 years ago
  20. 61fd888 Add TLV iterator API by Fabio Utzig · 6 years ago
  21. 99ec383 bootutil_misc: fix printf types in log macros by Marti Bolivar · 6 years ago
  22. e575b0b Add macro to check if swap_type is an upgrade by Fabio Utzig · 6 years ago
  23. b1adb1e Fix validation when no image is present by Fabio Utzig · 6 years ago
  24. 59b63e5 Fix identation by Fabio Utzig · 6 years ago
  25. c28005b Use better naming for swap copy/erase functions by Fabio Utzig · 6 years ago
  26. c21c210 Fix encrypted images with dependencies by Fabio Utzig · 6 years ago
  27. 4c0ee95 botutil/botutil_misc: fix compile error for debug log by Ben McCrea · 6 years ago
  28. cac58f6 boot: zephyr: main: tabs -> spaces by Fabio Utzig · 6 years ago
  29. 4d7396d Fix swap status control by Fabio Utzig · 6 years ago
  30. e6ab34c Allow upgrades of only one slot by David Brown · 6 years ago
  31. 298913b Fix dependency check infinite loop by Fabio Utzig · 6 years ago
  32. 019a81a Move boot_is_version_sufficient to module scope by Fabio Utzig · 6 years ago
  33. 75e9a59 Remove boot_swap_type usage in the bootloader by Fabio Utzig · 6 years ago
  34. 233af7d Add utility function to find offset/len of TLVs by Fabio Utzig · 6 years ago
  35. a87cc7d Use local var instead of repeated macro call by Fabio Utzig · 6 years ago
  36. bc07793 Add macro to check if image must be decrypted by Fabio Utzig · 6 years ago
  37. 1e4284b Allow encrypted images in multi-image setting by Fabio Utzig · 6 years ago
  38. 6f49c27 Add boot_serial support for multi-images by Fabio Utzig · 6 years ago
  39. 61f08a0 Add basic multi-image support for Mynewt by Fabio Utzig · 6 years ago
  40. b63d995 Remove function that marks encr keys invalid by Fabio Utzig · 6 years ago
  41. 268ace0 Zero AES key when marking invalid by Fabio Utzig · 6 years ago
  42. 6ace9ee Mark key_unwrap local function static by Fabio Utzig · 6 years ago
  43. 81c4675 Fix build for multi-image using encrypted images by Fabio Utzig · 6 years ago
  44. f84cc4b zephyr: enable MULTITHREADING by default except on nRF by Marti Bolivar · 6 years ago
  45. f2a8b78 zephyr: delete arduino_101.conf by Marti Bolivar · 6 years ago
  46. 787b5cc zephyr: remove ZEPHYR_BASE "bounce option" from Kconfig by Marti Bolivar · 6 years ago
  47. ceb43f5 zephyr: add minimal footprint configuration for nrf52 by Andrzej Puzdrowski · 6 years ago
  48. 960a2d6 zephyr: allow to disable timers supports by Andrzej Puzdrowski · 6 years ago
  49. f0dbd42 Return error if swap_type is not identified by Fabio Utzig · 6 years ago
  50. d638b17 Remove image_header parameter from boot_read_image_size by Fabio Utzig · 6 years ago
  51. 1a1ec17 Refactor trailer writing routines by Fabio Utzig · 6 years ago
  52. 4e8113b Refactor trailer offset functions by Fabio Utzig · 6 years ago
  53. df0cc50 Refactor routines that read swap status data by Fabio Utzig · 6 years ago
  54. 9d16009 Remove assert from boot_status_entries by Fabio Utzig · 6 years ago
  55. 15c1467 Return error from boot_find_key instead of asserting by Fabio Utzig · 6 years ago
  56. c962135 Add macro to get TLVs offset from header by Fabio Utzig · 6 years ago
  57. 10ee648 Update bootutil to reduce amount of global state by Fabio Utzig · 6 years ago
  58. b0f0473 Remove current_image global and macro updates by Fabio Utzig · 6 years ago
  59. abec073 Use macro for iterating over images by Fabio Utzig · 6 years ago
  60. 78cc126 Add Mynewt option to enable the watchdog by Fabio Utzig · 6 years ago
  61. bd7925e image: use explitic padding on dependency version by David Brown · 6 years ago
  62. e32483f Boot: Add dependency check to multi-image boot by David Vincze · 6 years ago
  63. ba3bd60 Boot: Enable multi-image boot by David Vincze · 6 years ago
  64. b75c12a Boot: Extend flash layout for multiple images by David Vincze · 6 years ago
  65. e245347 Boot: Save image sequence number to image trailer by David Vincze · 6 years ago
  66. 853657c Add watchdog feeding macro by Fabio Utzig · 6 years ago
  67. af1e02e [MYNEWT] Allow initialization of HASH when enabled by Fabio Utzig · 6 years ago
  68. 63a2bdb Fix bug that prevents split images from working. by Alvaro Prieto · 6 years ago
  69. f99a4c7 zephyr: fix include of system_timer.h by Andrzej Puzdrowski · 6 years ago
  70. 9871ceb Update mbedTLS sha256 usage to avoid deprecation by Fabio Utzig · 6 years ago
  71. 9771028 Add ed25519 verification to sim by Fabio Utzig · 6 years ago
  72. 4876484 Add bootutil support for ed25519 validation by Fabio Utzig · 6 years ago
  73. a1e8e43 Add Mynewt ed25519 support by Fabio Utzig · 6 years ago
  74. 1171df9 Add Zephyr infrastructure for ed25519 by Fabio Utzig · 6 years ago
  75. a1c1204 Fix double swap on interrupted revert by Christopher Collins · 6 years ago
  76. 2c88e69 Add some more debug logging by Christopher Collins · 6 years ago
  77. 2adef70 Use same format for scratch and slot trailer by Christopher Collins · 6 years ago
  78. 01bef71 bugfix: disable usb for all usb funcs by Jun Li · 6 years ago
  79. db6be2d boot: zephyr: Update USB CDC ACM device name by Filip Kubicz · 6 years ago
  80. 3929743 Add simulator support for RSA-3072 sigs by Fabio Utzig · 6 years ago
  81. 3501c01 Add bootutil support for RSA-3072 by Fabio Utzig · 6 years ago
  82. 105b59a Add Zephyr config for RSA-3072 by Fabio Utzig · 6 years ago
  83. 61f86fd Add Mynewt RSA-3072 config by Fabio Utzig · 6 years ago
  84. 704b8ba boot: serial recovery: Add pca10090 default detect pin by Andreas Vibeto · 6 years ago
  85. 4c9883b Add a capability query for image number by David Brown · 6 years ago
  86. 74b161e bootutil: Fix indentation in caps query by David Brown · 6 years ago
  87. 8d66c92 boot: bootutil: Change conditional to valid C by David Brown · 6 years ago
  88. 30f68b8 Remove bootutil unit test for Mynewt by Szymon Janc · 6 years ago
  89. 36ef25d zephyr: fix build for nrf52840_pca10059 by Marti Bolivar · 6 years ago
  90. 5c877d5 zephyr: fix logging by Marti Bolivar · 6 years ago
  91. 15aa6ef zephyr: remove BOOT_HAVE_LOGGING Kconfig option by Piotr Mienkowski · 6 years ago
  92. 0a14d6b boot: bootutil: Simplify check for crypto backends to reduce complexity by Sigvart Hovland · 6 years ago
  93. 288682c boot: zephyr: do not override TEXT_SECTION_OFFSET by Emanuele Di Santo · 6 years ago
  94. ea49cd0 cmake: Fix bug where dts.overlay was not being appended by Sebastian Bøe · 6 years ago
  95. ebd0503 boot: Add cc310 options to CMakeLists, Kconfig and mcuboot config by Sigvart Hovland · 6 years ago
  96. 65a6ab2 boot: bootutil: Add cc310 interface for ecdsa by Sigvart Hovland · 6 years ago
  97. 795cd0d boot: bootutil: Change ec256 so that it can support multiple interfaces by Sigvart Hovland · 6 years ago
  98. 3999a75 Mynewt: Partial fix for bootutil unit test by Christopher Collins · 6 years ago
  99. 30151a3 Mynewt: Fix boot_serial unit tests by Christopher Collins · 6 years ago
  100. 01dfbb6 Mynewt: Make PRIMARY/SECONDARY macros public by Christopher Collins · 6 years ago