1. c9fa608 boot: boot_serial: Fix issue with encrypted second slot images by Jamie McCrae · 2 years, 1 month ago
  2. 99613c6 bootutil: fix downgrade prevention by Michael Grand · 2 years, 2 months ago
  3. 5b1d511 boot: bootutil: Add optional boot info shared data saving by Jamie McCrae · 2 years, 5 months ago
  4. ea88860 bootutil: Add bootloader info TLV entries by Jamie McCrae · 2 years, 2 months ago
  5. 3016d00 bootutil: Add active slot number and max app size to shared data by Jamie McCrae · 2 years, 5 months ago
  6. 0540d0f bootutil: Fix for flash_area_id_to_image by Dominik Ermel · 2 years ago
  7. f17b005 bootutil: Fix boot_set_next passing wrong image number by Dominik Ermel · 2 years ago
  8. 76d19b3 boot: bootutil: Fix missing packed attributes, add hash size define by Jamie McCrae · 2 years ago
  9. c5c2b4d bootutil: Revert changes to cap values by Roland Mikhel · 2 years, 1 month ago
  10. 82670c7 bootutil: Add capability to test hw-rollback-prot by Roland Mikhel · 2 years, 3 months ago
  11. 61962b9 bootutil: fix FIH int conversion for security_cnt by Roland Mikhel · 2 years, 3 months ago
  12. a5db515 bootutil/crypto: SHA256 abort function return state by Antonio de Angelis · 2 years, 4 months ago
  13. 0361ad3 bootutil/crypto: SHA256 init functions should return a status by Antonio de Angelis · 2 years, 4 months ago
  14. f92a219 bootutil/crypto: Fix minor typos in comments for RSA modules by Antonio de Angelis · 2 years, 4 months ago
  15. 4854700 bootutil: Add image_index to additional logging messages by Antonio de Angelis · 2 years, 4 months ago
  16. 2f85b7e bootutil/crypto: Fix the common.h header by Antonio de Angelis · 2 years, 4 months ago
  17. c321a70 bootutil/crypto: Add a crypto backend for SHA256 based on PSA Crypto APIs by Antonio de Angelis · 2 years, 9 months ago
  18. 02bf072 bootutil/crypto: Refactor the RSA signature verification and encryption by Antonio de Angelis · 2 years, 9 months ago
  19. ba5fb1c bootutil: Add image_index to common prints by Antonio de Angelis · 2 years, 10 months ago
  20. 256bc37 bootutil: Fixing memset not beeing called by Dominik Ermel · 2 years, 8 months ago
  21. 2878eb4 bootutil/crypto: Fix local variable name typo for PSA Crypto key parse by Antonio de Angelis · 2 years, 3 months ago
  22. 4395b80 boot: Restore and extend the usage of 0x22 TLV (ECDSA256) by David Vincze · 2 years, 3 months ago
  23. 0a1ef37 bootutil/crypto: Move BOOTUTIL_CRYPTO_ECDSA_P256_HASH_SIZE into common by Antonio de Angelis · 2 years, 3 months ago
  24. 88e4aed bootutil/crypto: Fix review comments on the ecdsa layer by Antonio de Angelis · 2 years, 3 months ago
  25. 10529d3 bootutil/crypto: Have a single ECDSA verification module by Antonio de Angelis · 2 years, 4 months ago
  26. 966ac81 bootutil/crypto: Extend ECDSA to support P384 curve by Antonio de Angelis · 2 years, 4 months ago
  27. 25390ad bootutil/crypto: Have a single ECDSA abstraction file by Antonio de Angelis · 2 years, 4 months ago
  28. cf36d67 bootutil/crypto: Add license disclaimer to ecdsa_p256.h by Antonio de Angelis · 2 years, 4 months ago
  29. 557451d bootutil/crypto: Add a generic signature validation module for ECDSA by Antonio de Angelis · 2 years, 9 months ago
  30. 63d2346 bootutil: Remove curve specific ECDSA TLVs by Roland Mikhel · 2 years, 6 months ago
  31. b08e77e bootutil: Create new generic ECDSA TLV by Roland Mikhel · 2 years, 7 months ago
  32. a95a41b boot: bootutil: loader: Let image version comparison use build number by Marek Pieta · 2 years, 4 months ago
  33. 3cbb79c boot: Fix DOS line endings by David Brown · 2 years, 4 months ago
  34. c783537 bootutil: Add FIH for ED25519 sig verification by Roland Mikhel · 2 years, 4 months ago
  35. 186ac88 bootutil: Fix FIH return type for EC256 by Roland Mikhel · 2 years, 4 months ago
  36. 918da26 bootutil: Provide boot_set_next function by Dominik Ermel · 2 years, 4 months ago
  37. 8a3b32c bootutil: Refactor signature verification by Roland Mikhel · 2 years, 5 months ago
  38. 206b914 bootutil: Remove P224 curve by Roland Mikhel · 2 years, 5 months ago
  39. 259d989 bootutil: Fix erase of trailer when located in scratch area by Stephane Le Roy · 4 years ago
  40. 2476988 boot: Switch to flash_area_get_sector. by Dominik Ermel · 2 years, 7 months ago
  41. 94360d5 Fix possible array index overflow in loader.c: fill_rsp() by INFINEON\DovhalA · 2 years, 7 months ago
  42. 472d4c7 bootutil: Pass flash_area to boot_read_swap_size by Dominik Ermel · 2 years, 6 months ago
  43. 120b718 FIH: Fix possible static check error caused by FIH_DECLARE by Sherry Zhang · 2 years, 5 months ago
  44. c68a600 bootutil: Little rework of boot_find_status by Dominik Ermel · 2 years, 6 months ago
  45. 23a7a2e bootutil: Move duplicate static inline functions to one header by Dominik Ermel · 2 years, 6 months ago
  46. ad35e2b boot/bootutil: Provide prototype for boot_reset_request_hook by Dominik Ermel · 2 years, 8 months ago
  47. d546079 bootutil: Don't default to scratch when single app is used by Dominik Ermel · 2 years, 8 months ago
  48. 7453075 bootutil: fix swap with move reset issue by Fabio Utzig · 2 years, 6 months ago
  49. 5047f03 fih: Hardening of fault injection countermeasures by Michael Grand · 2 years, 8 months ago
  50. 7ebf0e8 bootutil: Fix bootutil_find_key return value by Mark Horvath · 4 years, 6 months ago
  51. 334b6a6 boot: add precise check of the image size by Andrzej Puzdrowski · 3 years, 7 months ago
  52. e3f895d Add downgrade prevention for swaps by Jerzy Kasenberg · 3 years, 4 months ago
  53. 3fd4cd4 bootutil: loader: Add post copy hook to swap function by Sigvart Hovland · 2 years, 11 months ago
  54. 245de81 bootutil: Add missing flash_area_close by Dominik Ermel · 3 years ago
  55. 1c150c6 zephyr: direct inclusion of the hooks file by Andrzej Puzdrowski · 3 years, 1 month ago
  56. 9feea8c boot: Check that hash TLV is sufficiently large by David Brown · 3 years, 4 months ago
  57. 56cb610 boot: zephyr: Add MCUboot status callback support by Jamie McCrae · 3 years, 5 months ago
  58. 0f7db39 bootutil: zephyr: Fix not linking with mbedtls when needed by Jamie McCrae · 3 years, 3 months ago
  59. 7315e42 bootutil: zephyr: Fix not including tinycrypt path when needed by Jamie McCrae · 3 years, 3 months ago
  60. e4fba68 Remove unused functions by Alexey Arbuzov · 3 years, 3 months ago
  61. 953a761 Add support for signed images in single loader mode by Wouter Cappelle · 4 years, 3 months ago
  62. f9dbf68 boot/bootutil: added log on swap type used by Andrzej Puzdrowski · 3 years, 8 months ago
  63. 4aa286d flash_map: Increase minimum supported write align via flash_area_align by Gustavo Henrique Nihei · 3 years, 8 months ago
  64. ffe4ec9 bootutil: Support trailers larger than sector size for swap scratch by Gustavo Henrique Nihei · 3 years, 8 months ago
  65. cf120ba bootutil: Define new magic for the updated image trailer layout by Gustavo Henrique Nihei · 3 years, 9 months ago
  66. 7df909e bootutil: Remove arbitrary limit on BOOT_MAX_IMG_SECTORS by Kristine Jassmann · 4 years, 6 months ago
  67. 73c38c6 bootutil: Allow larger minimum flash write by Kristine Jassmann · 4 years, 6 months ago
  68. 152cca0 bootutil: fix scratch status offset calculation by Fabio Utzig · 3 years, 8 months ago
  69. bc65d2b bootutil: Close flash_area after failure to read swap information by Gustavo Henrique Nihei · 3 years, 8 months ago
  70. 94dc19d bootutil: move BOOT_IMAGE_NUMBER definition to bootutil.h by Andrzej Puzdrowski · 3 years, 8 months ago
  71. e829e9d loader: add checking of reset address by Håkon Øye Amundsen · 3 years, 9 months ago
  72. fa39e3a loader: clear calculation in boot_copy_region() by Andrzej Puzdrowski · 3 years, 9 months ago
  73. e38b0af loader: Allow image header bigger than 1 KB for encrypted images by Andrzej Puzdrowski · 3 years, 9 months ago
  74. f11de64 boot: enable partial multi-image booting by Raef Coles · 3 years, 10 months ago
  75. fe57e7d boot: Move slot usage into boot state by Raef Coles · 3 years, 10 months ago
  76. 9479af0 boot/bootutil: Fix probable uninitialized flash_area access by Dominik Ermel · 3 years, 10 months ago
  77. ec6dac5 bootutil: Fix boot_find_status leaving flash area open by Dominik Ermel · 3 years, 10 months ago
  78. 6138b4f bootutil: Fix boot_read_image_header error path by Dominik Ermel · 3 years, 10 months ago
  79. db543e5 boot : Adding encrypted ram-load support by Hugo L'Hostis · 4 years, 5 months ago
  80. d96d617 Include mcuboot_config.h from sign_key.h to fix MCUBOOT_HW_KEY compilation by Maxime Vincent · 3 years, 11 months ago
  81. 9d4d45c boot/bootutil/loader: fix comparison using fih_eq() in hook service by Andrzej Puzdrowski · 3 years, 11 months ago
  82. bd6dc5e zephyr: support the hook file by MCUBOOT_BOOTUTIL library by Andrzej Puzdrowski · 3 years, 11 months ago
  83. 2a29f5d zephyr/boot_serial_extension: added hooks to custom image list MGMT by Andrzej Puzdrowski · 4 years ago
  84. 4f9c730 boot_serial: added hooks for mcuboot image access operations by Andrzej Puzdrowski · 4 years, 1 month ago
  85. dea293a bootutil_public: added hook for fetch image swap state by Andrzej Puzdrowski · 4 years, 1 month ago
  86. b8f3969 loader: added hooks for override mcuboot image access operation by Andrzej Puzdrowski · 4 years, 1 month ago
  87. ab9f8c1 Fix unknown type name "size_t" error by George Beckstein · 4 years ago
  88. 4a4d1ac boot: Fix log reporting magic from incorrect header by Dominik Ermel · 4 years ago
  89. 391b197 bootutil: Only include <os/malloc.h> if it going to be used by Carlos Falgueras García · 4 years, 2 months ago
  90. 2386267 boot: Fix IS_ENCRYPTED macro definition by Salome Thirot · 4 years ago
  91. 082be24 bootutil: Do not include mcuboot_logging.h when logging is disabled by Carlos Falgueras García · 4 years, 2 months ago
  92. a4b4b0f bootutil: Refactor MCUBOOT_LOG_MODULE_(DECLARE|REGISTER) macros by Carlos Falgueras García · 4 years, 1 month ago
  93. 4f80913 boot: Revert "boot: Check shared area more carefully before init" by Sherry Zhang · 4 years, 1 month ago TF-Mv1.4-integ TF-Mv1.4-integ-rc2
  94. 8a4e23b sim: Basic ram-load test by David Brown · 4 years, 2 months ago
  95. 695e591 boot: Warning fixups after dual image XIP/ram-load by David Brown · 4 years, 2 months ago
  96. 812a84b Add capability for DIRECT_XIP feature by David Brown · 4 years, 2 months ago
  97. 9bd7f90 boot: Add a RAM base to support testing by David Brown · 4 years, 2 months ago
  98. 94ed12c boot: Fix ifdefs in DIRECT_XIP and RAM_LOAD case by David Brown · 4 years, 2 months ago
  99. dcea564 boot: Add capability for ram loading by David Brown · 4 years, 2 months ago
  100. 122f9e7 boot: Add some missing unused arguments by David Brown · 4 years, 3 months ago