1. 3d77c95 bootutil: fix broken bootstrap functionality by Fabio Utzig · 4 years, 10 months ago
  2. b4f8810 bootutil: copy image size with fast overwrite by Fabio Utzig · 4 years, 10 months ago
  3. d015734 sim: add bootstrap test by Fabio Utzig · 4 years, 10 months ago
  4. e8fe6cf boot: Harden critical path against fault attacks by Raef Coles · 5 years ago TF-Mv1.3-integ
  5. 1dcc73b Add ifdefs in crypto abstract function for ec256 to enable compilation when mbedtls used as backend by Roman Okhrimenko · 4 years, 10 months ago v1.6.1-cypress
  6. 4f4833d Abstracting mcuboot crypto functions for cleaner porting and less of an ifdef hell. by Blaž Hrastnik · 5 years ago
  7. f62ea0c bootutil *should not* import assert.h by Blaž Hrastnik · 5 years ago
  8. 453231c Remove unused headers. by Blaž Hrastnik · 5 years ago
  9. 30feaf6 hal_flash is unused, remove the import. by Blaž Hrastnik · 5 years ago
  10. fe03109 boot: Add ram-load upgrade mode by Tamas Ban · 5 years ago
  11. e574f2d boot: Introduce direct execute-in-place (XIP) mode by David Vincze · 5 years ago
  12. 8b0b637 boot: replace boot_is_version_sufficient() function by David Vincze · 5 years ago
  13. ad055d1 Allow larger primary slot in swap-move by Fabio Utzig · 5 years ago
  14. 260ec45 Fix erase of possible trailer leftover after reset by Fabio Utzig · 5 years ago
  15. 9015a5d boot: Fix uninitialized variable warning by David Vincze · 5 years ago
  16. f824019 boot: bootutil: add option to disable cryptographic check of the image by Arvin Farahmand · 5 years ago
  17. aac7111 boot: Update copyrights and licenses by David Brown · 6 years ago
  18. e3cbbec Use _Static_assert on all platforms by David Brown · 5 years ago
  19. 92eb07f boot: mynewt: add ECIES-X25519 support by Fabio Utzig · 5 years ago
  20. 6aec6ae boot: bootutil: add x25519 encrypted image support by Fabio Utzig · 5 years ago
  21. feb6c4c caps: Add cap for x25519 based image encryption by Fabio Utzig · 5 years ago
  22. 03368b8 boot: Add hardware key support by David Vincze · 5 years ago
  23. c757ece bootutil: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() by Andrzej Puzdrowski · 5 years ago
  24. 274c5da boot: Unify the interpretation of TLV entry fields by David Vincze · 5 years ago
  25. 63eb456 boot: Add boot status record to shared data area by David Vincze · 5 years ago
  26. 1cf11b5 boot: Define interface for data sharing with runtime by David Vincze · 5 years ago
  27. fab12e0 Revert "bootutil: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT()" by Andrzej Puzdrowski · 5 years ago
  28. 6d417c9 bootutil: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() by Oleg Zhurakivskyy · 5 years ago
  29. 0407553 loader: Fix dependency check issue related to swap type by Barry Solomon · 5 years ago
  30. 4906375 loader: Fixed warning about uninitialized rc variable by Erik Johnson · 5 years ago
  31. c308413 bootutil: Introduce HW rollback protection by David Vincze · 5 years ago
  32. 34e93a5 boot: zephyr: mynewt: sha-512 from tinycrypt by Fabio Utzig · 6 years ago
  33. 07e1381 Add a capability for querying downgrade prevention by David Brown · 6 years ago
  34. 2d1bac1 add option for rollback protection by Håkon Øye Amundsen · 6 years ago
  35. 9e1db9a boot: Add free space check for swap without scratch by Fabio Utzig · 6 years ago
  36. 4741c45 bootutil: allow encryption key TLVs in swap status by Fabio Utzig · 6 years ago
  37. f616c54 bootutil: zero memory containing plain text keys by Fabio Utzig · 6 years ago
  38. 3fbbdac sim: get status area size from bootutil by Fabio Utzig · 6 years ago
  39. 07a9a03 bootutil: avoid save of enc keys in secondary slot by Fabio Utzig · 6 years ago
  40. a360826 ecdsa: Allow ECDSA signatures to be actual length by David Brown · 6 years ago
  41. 6f4d8f8 bootutil: allow RSA encryption keys without DP/DQ/QP by Fabio Utzig · 6 years ago
  42. 590a310 Implement a simple benchmark framework by David Brown · 6 years ago
  43. 098de83 boot: Clean up errors during sim test by David Brown · 6 years ago
  44. e92df93 sim: log: add new level targetting simulator by Fabio Utzig · 6 years ago
  45. b86e688 bootutil: fix random upgrade failure using swap move by Fabio Utzig · 6 years ago
  46. 5e6ea22 bootutil: Add debug for encrypted key writing by Fabio Utzig · 6 years ago
  47. f5480c7 bootutil: sim: add cap for swap using move by Fabio Utzig · 6 years ago
  48. 74aef31 bootutil: add swap without scratch strategy by Fabio Utzig · 6 years ago
  49. 12d5916 boot: bootutil: move scratch swap functionality by Fabio Utzig · 6 years ago
  50. e60c2fb bootutil: remove unused function prototype by Fabio Utzig · 6 years ago
  51. d13318a boot: Change TLV tag to 16 bits by David Brown · 6 years ago
  52. 3c44607 bootutil: fix enckey issue when reverting by Fabio Utzig · 6 years ago
  53. 23e99b0 boot: encrypted: fix HKDF input size macro by Fabio Utzig · 6 years ago
  54. ab44918 boot: store write align as uint32_t by David Brown · 6 years ago
  55. 5fde832 bootutil: add ECIES-P256 support by Fabio Utzig · 6 years ago
  56. 5ef883a caps: add ECIES-P256 by Fabio Utzig · 6 years ago
  57. d0ca0ff Fix up typos by Sam Bristow · 6 years ago
  58. 441e997 mynewt: Make cflags consistent for if or ifdef usage by Andy Gross · 6 years ago
  59. 9bf95af boot: Check overflow/bounds on image header size by David Brown · 6 years ago
  60. effb06e boot: Add overflow-safe 32 and 16-bit add functions by David Brown · 6 years ago
  61. b748f6f Rename ext/mbedtls to ext/mbedtls-asn1 by David Brown · 6 years ago
  62. ecbea70 Fix overflow in offset variable by Fabio Utzig · 6 years ago
  63. 2b8a695 Convert BOOT_MAGIC_SZ to #define by David Brown · 6 years ago
  64. e0bb1f9 Change BOOT_MAX_ALIGN to #define by David Brown · 6 years ago
  65. e52c08e bootutil: update to new protected TLV format by Fabio Utzig · 6 years ago
  66. 61fd888 Add TLV iterator API by Fabio Utzig · 6 years ago
  67. 99ec383 bootutil_misc: fix printf types in log macros by Marti Bolivar · 6 years ago
  68. e575b0b Add macro to check if swap_type is an upgrade by Fabio Utzig · 6 years ago
  69. b1adb1e Fix validation when no image is present by Fabio Utzig · 6 years ago
  70. 59b63e5 Fix identation by Fabio Utzig · 6 years ago
  71. c28005b Use better naming for swap copy/erase functions by Fabio Utzig · 6 years ago
  72. c21c210 Fix encrypted images with dependencies by Fabio Utzig · 6 years ago
  73. 4c0ee95 botutil/botutil_misc: fix compile error for debug log by Ben McCrea · 6 years ago
  74. 4d7396d Fix swap status control by Fabio Utzig · 6 years ago
  75. e6ab34c Allow upgrades of only one slot by David Brown · 6 years ago
  76. 298913b Fix dependency check infinite loop by Fabio Utzig · 6 years ago
  77. 019a81a Move boot_is_version_sufficient to module scope by Fabio Utzig · 6 years ago
  78. 75e9a59 Remove boot_swap_type usage in the bootloader by Fabio Utzig · 6 years ago
  79. 233af7d Add utility function to find offset/len of TLVs by Fabio Utzig · 6 years ago
  80. a87cc7d Use local var instead of repeated macro call by Fabio Utzig · 6 years ago
  81. bc07793 Add macro to check if image must be decrypted by Fabio Utzig · 6 years ago
  82. 1e4284b Allow encrypted images in multi-image setting by Fabio Utzig · 6 years ago
  83. b63d995 Remove function that marks encr keys invalid by Fabio Utzig · 6 years ago
  84. 268ace0 Zero AES key when marking invalid by Fabio Utzig · 6 years ago
  85. 6ace9ee Mark key_unwrap local function static by Fabio Utzig · 6 years ago
  86. 81c4675 Fix build for multi-image using encrypted images by Fabio Utzig · 6 years ago
  87. f0dbd42 Return error if swap_type is not identified by Fabio Utzig · 6 years ago
  88. d638b17 Remove image_header parameter from boot_read_image_size by Fabio Utzig · 6 years ago
  89. 1a1ec17 Refactor trailer writing routines by Fabio Utzig · 6 years ago
  90. 4e8113b Refactor trailer offset functions by Fabio Utzig · 6 years ago
  91. df0cc50 Refactor routines that read swap status data by Fabio Utzig · 6 years ago
  92. 9d16009 Remove assert from boot_status_entries by Fabio Utzig · 6 years ago
  93. 15c1467 Return error from boot_find_key instead of asserting by Fabio Utzig · 6 years ago
  94. c962135 Add macro to get TLVs offset from header by Fabio Utzig · 6 years ago
  95. 10ee648 Update bootutil to reduce amount of global state by Fabio Utzig · 6 years ago
  96. b0f0473 Remove current_image global and macro updates by Fabio Utzig · 6 years ago
  97. abec073 Use macro for iterating over images by Fabio Utzig · 6 years ago
  98. bd7925e image: use explitic padding on dependency version by David Brown · 6 years ago
  99. e32483f Boot: Add dependency check to multi-image boot by David Vincze · 6 years ago
  100. ba3bd60 Boot: Enable multi-image boot by David Vincze · 6 years ago