1. 29aed1d bootutil: Application of boot_read_swap_state by Dominik Ermel · 4 years, 2 months ago
  2. 0ab87b6 bootutil: Remove area ID parameter from fixup_revert by Dominik Ermel · 4 years, 2 months ago
  3. 8115998 bootutil_public: Make boot_read_swap_state declaration public by Dominik Ermel · 4 years, 2 months ago
  4. 0f64197 boot: Add AES256 support for image encryption by Salome Thirot · 4 years, 3 months ago
  5. d4d90f8 Fix version comparison result causing boot failure by George Beckstein · 4 years, 3 months ago
  6. 414f915 boot: Don't examine scratch in BOOT_UPGRADE_ONLY mode by Andrzej Puzdrowski · 4 years, 3 months ago
  7. fbeef9b bootutil_public.c: add two user APIs by Sherry Zhang · 4 years, 3 months ago
  8. 22b856b bootutil_public: allow to confirm padded image without copy-done flag by Andrzej Puzdrowski · 4 years, 3 months ago
  9. 74c3bab crypto: ecdh: define NUM_ECC_BYTES for Mbed TLS by Fabio Utzig · 4 years, 3 months ago
  10. 4828162 bootutil: Fix boot_write_trailer write alignment by Dominik Ermel · 4 years, 5 months ago
  11. a7f9e9f bootutil: Remove duplicated code from bootutil_misc.c by Dominik Ermel · 4 years, 5 months ago
  12. 25c7a0f Bootutil/Crypto: add encryption with mbedTLS by Bohdan Kovalchuk · 4 years, 8 months ago
  13. 2f045a2 bootutil: Align mbedtls_ecdsa signature verification with cypress mbedtls hw accel implementation by Roman Okhrimenko · 4 years, 5 months ago
  14. 641af45 boot: Support Mbed TLS ECDSA for signatures by David Brown · 4 years, 6 months ago
  15. 0c8c8d5 boot: Direct-XIP: Add check for IMAGE_F_ROM_FIXED flag by Dominik Ermel · 4 years, 6 months ago
  16. 9590b42 boot: Add IMAGE_F_ROM_FIXED flag support to mcuboot by Dominik Ermel · 4 years, 6 months ago
  17. aee3be9 boot: Order IMAGE_F_* flags defintions by Dominik Ermel · 4 years, 6 months ago
  18. 360763d bootutil/includes/enc_key: move public part to enc_key_public.h by Andrzej Puzdrowski · 4 years, 6 months ago
  19. 3af607f botutil: botutil_public.c shall not include bootutil_private.h by Andrzej Puzdrowski · 4 years, 6 months ago
  20. 0cfe2ce bootutil: Modify boot_add_data_to_shared_area function scope by Sherry Zhang · 4 years, 7 months ago
  21. be64e6a bootutil_public: made boot_read_swap_state_by_id() API by Andrzej Puzdrowski · 4 years, 8 months ago
  22. 14ef576 bootutil_public: documented module API by Andrzej Puzdrowski · 4 years, 8 months ago
  23. 4700b80 bootutil_public: add function for determine image_ok flag by Andrzej Puzdrowski · 4 years, 8 months ago
  24. f573b39 bootutil: extracted app common library from bootutil_misc by Andrzej Puzdrowski · 4 years, 9 months ago
  25. 81d19f0 bootutil: Add cmake build file by Raef Coles · 4 years, 8 months ago
  26. 0f409b0 ext: tinycrypt: update ctr mode to stream by Fabio Utzig · 4 years, 9 months ago
  27. d383898 bootutil: crypto: avoid unuseful memset by Fabio Utzig · 4 years, 9 months ago
  28. e4885a6 boot: Fix LOAD_IMAGE_DATA macro by Tamas Ban · 4 years, 9 months ago
  29. ea30ef3 boot: Add vendor defined TLV ranges by Andy Gross · 4 years, 10 months ago
  30. 505fba2 Boot: Add 'revert' support to direct-xip mode by David Vincze · 4 years, 10 months ago
  31. ce11597 bootutil: fix upgrade issue in swap-move by Fabio Utzig · 4 years, 9 months ago
  32. 7fd42d5 Revert "bootutil: fix swap-move brick with padded image0" by Fabio Utzig · 4 years, 9 months ago
  33. 6610e88 boot: Fix FIH_LABEL/FIH_CALL macros for IAR by TTornblom · 4 years, 9 months ago
  34. 59f1d29 bootutil: ecdsa: Fix CC310 for nRF devices by Sigvart Hovland · 4 years, 9 months ago
  35. 9bd1a3d bootutil: fix unitialized variable warning by Fabio Utzig · 4 years, 10 months ago
  36. 4b2e55f boot: bootutil: drop flash_area_read_is_empty by Fabio Utzig · 4 years, 11 months ago
  37. 296949e bootutil: fix swap-move brick with padded image0 by Fabio Utzig · 4 years, 10 months ago
  38. 907476d boot: remove direct fih delay rng inclusion by Andrzej Puzdrowski · 4 years, 10 months ago
  39. 82fb412 boot/bootutil: Clean-up fault injection hardening by Tamas Ban · 4 years, 10 months ago
  40. 32afe85 bootutil: fix boostrapping in swap-move by Fabio Utzig · 4 years, 10 months ago
  41. 3d77c95 bootutil: fix broken bootstrap functionality by Fabio Utzig · 4 years, 10 months ago
  42. b4f8810 bootutil: copy image size with fast overwrite by Fabio Utzig · 4 years, 10 months ago
  43. d015734 sim: add bootstrap test by Fabio Utzig · 4 years, 10 months ago
  44. e8fe6cf boot: Harden critical path against fault attacks by Raef Coles · 5 years ago TF-Mv1.3-integ
  45. 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
  46. 4f4833d Abstracting mcuboot crypto functions for cleaner porting and less of an ifdef hell. by Blaž Hrastnik · 5 years ago
  47. f62ea0c bootutil *should not* import assert.h by Blaž Hrastnik · 5 years ago
  48. 453231c Remove unused headers. by Blaž Hrastnik · 5 years ago
  49. 30feaf6 hal_flash is unused, remove the import. by Blaž Hrastnik · 5 years ago
  50. fe03109 boot: Add ram-load upgrade mode by Tamas Ban · 5 years ago
  51. e574f2d boot: Introduce direct execute-in-place (XIP) mode by David Vincze · 5 years ago
  52. 8b0b637 boot: replace boot_is_version_sufficient() function by David Vincze · 5 years ago
  53. ad055d1 Allow larger primary slot in swap-move by Fabio Utzig · 5 years ago
  54. 260ec45 Fix erase of possible trailer leftover after reset by Fabio Utzig · 5 years ago
  55. 9015a5d boot: Fix uninitialized variable warning by David Vincze · 5 years ago
  56. f824019 boot: bootutil: add option to disable cryptographic check of the image by Arvin Farahmand · 5 years ago
  57. aac7111 boot: Update copyrights and licenses by David Brown · 6 years ago
  58. e3cbbec Use _Static_assert on all platforms by David Brown · 5 years ago
  59. 92eb07f boot: mynewt: add ECIES-X25519 support by Fabio Utzig · 5 years ago
  60. 6aec6ae boot: bootutil: add x25519 encrypted image support by Fabio Utzig · 5 years ago
  61. feb6c4c caps: Add cap for x25519 based image encryption by Fabio Utzig · 5 years ago
  62. 03368b8 boot: Add hardware key support by David Vincze · 5 years ago
  63. c757ece bootutil: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() by Andrzej Puzdrowski · 5 years ago
  64. 274c5da boot: Unify the interpretation of TLV entry fields by David Vincze · 5 years ago
  65. 63eb456 boot: Add boot status record to shared data area by David Vincze · 5 years ago
  66. 1cf11b5 boot: Define interface for data sharing with runtime by David Vincze · 5 years ago
  67. fab12e0 Revert "bootutil: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT()" by Andrzej Puzdrowski · 5 years ago
  68. 6d417c9 bootutil: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() by Oleg Zhurakivskyy · 5 years ago
  69. 0407553 loader: Fix dependency check issue related to swap type by Barry Solomon · 5 years ago
  70. 4906375 loader: Fixed warning about uninitialized rc variable by Erik Johnson · 5 years ago
  71. c308413 bootutil: Introduce HW rollback protection by David Vincze · 5 years ago
  72. 34e93a5 boot: zephyr: mynewt: sha-512 from tinycrypt by Fabio Utzig · 6 years ago
  73. 07e1381 Add a capability for querying downgrade prevention by David Brown · 6 years ago
  74. 2d1bac1 add option for rollback protection by Håkon Øye Amundsen · 6 years ago
  75. 9e1db9a boot: Add free space check for swap without scratch by Fabio Utzig · 6 years ago
  76. 4741c45 bootutil: allow encryption key TLVs in swap status by Fabio Utzig · 6 years ago
  77. f616c54 bootutil: zero memory containing plain text keys by Fabio Utzig · 6 years ago
  78. 3fbbdac sim: get status area size from bootutil by Fabio Utzig · 6 years ago
  79. 07a9a03 bootutil: avoid save of enc keys in secondary slot by Fabio Utzig · 6 years ago
  80. a360826 ecdsa: Allow ECDSA signatures to be actual length by David Brown · 6 years ago
  81. 6f4d8f8 bootutil: allow RSA encryption keys without DP/DQ/QP by Fabio Utzig · 6 years ago
  82. 590a310 Implement a simple benchmark framework by David Brown · 6 years ago
  83. 098de83 boot: Clean up errors during sim test by David Brown · 6 years ago
  84. e92df93 sim: log: add new level targetting simulator by Fabio Utzig · 6 years ago
  85. b86e688 bootutil: fix random upgrade failure using swap move by Fabio Utzig · 6 years ago
  86. 5e6ea22 bootutil: Add debug for encrypted key writing by Fabio Utzig · 6 years ago
  87. f5480c7 bootutil: sim: add cap for swap using move by Fabio Utzig · 6 years ago
  88. 74aef31 bootutil: add swap without scratch strategy by Fabio Utzig · 6 years ago
  89. 12d5916 boot: bootutil: move scratch swap functionality by Fabio Utzig · 6 years ago
  90. e60c2fb bootutil: remove unused function prototype by Fabio Utzig · 6 years ago
  91. d13318a boot: Change TLV tag to 16 bits by David Brown · 6 years ago
  92. 3c44607 bootutil: fix enckey issue when reverting by Fabio Utzig · 6 years ago
  93. 23e99b0 boot: encrypted: fix HKDF input size macro by Fabio Utzig · 6 years ago
  94. ab44918 boot: store write align as uint32_t by David Brown · 6 years ago
  95. 5fde832 bootutil: add ECIES-P256 support by Fabio Utzig · 6 years ago
  96. 5ef883a caps: add ECIES-P256 by Fabio Utzig · 6 years ago
  97. d0ca0ff Fix up typos by Sam Bristow · 6 years ago
  98. 441e997 mynewt: Make cflags consistent for if or ifdef usage by Andy Gross · 6 years ago
  99. 9bf95af boot: Check overflow/bounds on image header size by David Brown · 6 years ago
  100. effb06e boot: Add overflow-safe 32 and 16-bit add functions by David Brown · 6 years ago