1. 61962b9 bootutil: fix FIH int conversion for security_cnt by Roland Mikhel · 2 years, 3 months ago
  2. e6e4801 zephyr/boot_serial_extension: Fix zcbor header path by Dominik Ermel · 2 years, 2 months ago
  3. 2c1c5d1 docs: Update security to use github reporting by David Brown · 2 years, 2 months ago
  4. a5db515 bootutil/crypto: SHA256 abort function return state by Antonio de Angelis · 2 years, 4 months ago
  5. 0361ad3 bootutil/crypto: SHA256 init functions should return a status by Antonio de Angelis · 2 years, 4 months ago
  6. f92a219 bootutil/crypto: Fix minor typos in comments for RSA modules by Antonio de Angelis · 2 years, 4 months ago
  7. 4854700 bootutil: Add image_index to additional logging messages by Antonio de Angelis · 2 years, 4 months ago
  8. 2f85b7e bootutil/crypto: Fix the common.h header by Antonio de Angelis · 2 years, 4 months ago
  9. c321a70 bootutil/crypto: Add a crypto backend for SHA256 based on PSA Crypto APIs by Antonio de Angelis · 2 years, 9 months ago
  10. 02bf072 bootutil/crypto: Refactor the RSA signature verification and encryption by Antonio de Angelis · 2 years, 9 months ago
  11. ba5fb1c bootutil: Add image_index to common prints by Antonio de Angelis · 2 years, 10 months ago
  12. 74c4d1c zephyr: Restore default log level of info by Jamie McCrae · 2 years, 2 months ago
  13. 8a8a241 zephyr: single_loader: Fix typo by Jamie McCrae · 2 years, 2 months ago
  14. a6aef32 docs: release: Add note on zephyr release by Jamie McCrae · 2 years, 2 months ago
  15. d6a7741 zephyr: Add VERSION file by Jamie McCrae · 2 years, 3 months ago
  16. abb18a3 docs: Add note on addition of image state/image set state commands by Jamie McCrae · 2 years, 3 months ago
  17. fac2cab boot_serial: Add image state set/get by Jamie McCrae · 2 years, 4 months ago
  18. 52605e5 release-notes: Add note on zcbor encoder fix by Jamie McCrae · 2 years, 2 months ago
  19. c393b54 boot: boot_serial: fix usage of zcbor_new_encode_state API by Daniel DeGrasse · 2 years, 3 months ago
  20. 9380135 ci: zephyr: Update Zephyr image and SDK version by Jamie McCrae · 2 years, 3 months ago
  21. 9ced459 boot: zephyr: fix s/junping/jumping/ typo by Marcin Niestroj · 2 years, 3 months ago
  22. 1dbe0cf boot: zephyr: Use mcuboot-led0 in MCUBOOT_INDICATION_LED help section by Jeppe Odgaard · 2 years, 3 months ago
  23. 256bc37 bootutil: Fixing memset not beeing called by Dominik Ermel · 2 years, 8 months ago
  24. eb7658e zephyr: fix link to Zephyr application docs by Daniel Mangum · 2 years, 3 months ago
  25. 0038f39 boot: zcbor: Move copy script by Jamie McCrae · 2 years, 3 months ago
  26. b388829 docs: Add not on CDDL code being replaced by Jamie McCrae · 2 years, 3 months ago
  27. cb07e88 boot_serial: Replace cbor auto-generated code with zcbor functions by Jamie McCrae · 2 years, 4 months ago
  28. db6ba46 boot_serial: Unify zcbor include paths by Jamie McCrae · 2 years, 3 months ago
  29. 7a4b192 ci: mynewt: Download nrfx from separate repository by Jerzy Kasenberg · 2 years, 3 months ago
  30. 2878eb4 bootutil/crypto: Fix local variable name typo for PSA Crypto key parse by Antonio de Angelis · 2 years, 3 months ago
  31. ec2ac82 boot/zephyr: switch main return type to 'int' by Keith Packard · 2 years, 3 months ago
  32. 7f982b0 Revert "imgtool: Add backwards compatibility for ECDSA" by David Vincze · 2 years, 3 months ago
  33. 4395b80 boot: Restore and extend the usage of 0x22 TLV (ECDSA256) by David Vincze · 2 years, 3 months ago
  34. 6769344 boot: zephyr: esp32: zephyr port by Marek Matej · 2 years, 7 months ago
  35. 86dba4d ci: update toml dependency by Fabio Utzig · 2 years, 3 months ago
  36. 0a1ef37 bootutil/crypto: Move BOOTUTIL_CRYPTO_ECDSA_P256_HASH_SIZE into common by Antonio de Angelis · 2 years, 3 months ago
  37. 88e4aed bootutil/crypto: Fix review comments on the ecdsa layer by Antonio de Angelis · 2 years, 3 months ago
  38. 10529d3 bootutil/crypto: Have a single ECDSA verification module by Antonio de Angelis · 2 years, 4 months ago
  39. 966ac81 bootutil/crypto: Extend ECDSA to support P384 curve by Antonio de Angelis · 2 years, 4 months ago
  40. 25390ad bootutil/crypto: Have a single ECDSA abstraction file by Antonio de Angelis · 2 years, 4 months ago
  41. cf36d67 bootutil/crypto: Add license disclaimer to ecdsa_p256.h by Antonio de Angelis · 2 years, 4 months ago
  42. 557451d bootutil/crypto: Add a generic signature validation module for ECDSA by Antonio de Angelis · 2 years, 9 months ago
  43. c725cee docs: Add release note snippet for ECDSA TLV by Roland Mikhel · 2 years, 5 months ago
  44. 3097851 sim: Remove curve specific ECDSA TLVs by Roland Mikhel · 2 years, 6 months ago
  45. 6205c10 sim: Add generic ECDSA TLV support by Roland Mikhel · 2 years, 6 months ago
  46. 78135ee imgtool: Add backwards compatibility for ECDSA by Roland Mikhel · 2 years, 6 months ago
  47. 5704174 imgtool: Add generic ECDSA TLV support by Roland Mikhel · 2 years, 6 months ago
  48. 63d2346 bootutil: Remove curve specific ECDSA TLVs by Roland Mikhel · 2 years, 6 months ago
  49. b08e77e bootutil: Create new generic ECDSA TLV by Roland Mikhel · 2 years, 7 months ago
  50. 1558e7a boot: zephyr: remove stm32 watchdog defines by Jeppe Odgaard · 2 years, 4 months ago
  51. 4420bb6 boot: zephyr: setup watchdog by Jeppe Odgaard · 2 years, 4 months ago
  52. 7a8a8f6 docs: Add release note change for zcbor version by Jamie McCrae · 2 years, 3 months ago
  53. 393af79 boot_serial: Update zcbor files from zcbor 0.7.0 by Jamie McCrae · 2 years, 4 months ago
  54. 6021d60 mynewt: Update repository.yml with latest release by Szymon Janc · 2 years, 4 months ago
  55. b4a0d1b build(deps): bump nokogiri from 1.14.2 to 1.14.3 in /docs by dependabot[bot] · 2 years, 4 months ago
  56. a95a41b boot: bootutil: loader: Let image version comparison use build number by Marek Pieta · 2 years, 4 months ago
  57. 3cbb79c boot: Fix DOS line endings by David Brown · 2 years, 4 months ago
  58. f7d8660 boot_serial: Fix include paths for zephyr builds by Jamie McCrae · 2 years, 4 months ago
  59. c783537 bootutil: Add FIH for ED25519 sig verification by Roland Mikhel · 2 years, 4 months ago
  60. 186ac88 bootutil: Fix FIH return type for EC256 by Roland Mikhel · 2 years, 4 months ago
  61. 5397c13 zephyr: serial_recovery: Fix broken CDC device selection by Dominik Ermel · 2 years, 4 months ago
  62. 918da26 bootutil: Provide boot_set_next function by Dominik Ermel · 2 years, 4 months ago
  63. 6902abb zephyr: Create common boot serial enter function by Jamie McCrae · 2 years, 4 months ago
  64. 35941fe boot: zephyr: Add pin reset serial recovery entrance method by Jamie McCrae · 2 years, 4 months ago
  65. fd79db3 zephyr: boot: serial_recovery: Add no application entrace method by Jamie McCrae · 2 years, 5 months ago
  66. b3e3ce3 boot: zephyr: serial_recovery: Add boot mode enter ability by Jamie McCrae · 2 years, 6 months ago
  67. e5c57dd boot_serial: Only have build number if non-zero by Jamie McCrae · 2 years, 5 months ago
  68. 8a3b32c bootutil: Refactor signature verification by Roland Mikhel · 2 years, 5 months ago
  69. 4e07d8f docs: add release note snippet for dumpinfo by David Vincze · 2 years, 5 months ago
  70. ca56135 imgtool: Add 'dumpinfo' command by David Vincze · 2 years, 6 months ago
  71. c050573 docs: Add release note for p224 removal by Roland Mikhel · 2 years, 5 months ago
  72. 75c7c31 sim: Remove P224 curve references by Roland Mikhel · 2 years, 5 months ago
  73. 3d92a6c imgtool: Remove P224 curve references by Roland Mikhel · 2 years, 5 months ago
  74. 206b914 bootutil: Remove P224 curve by Roland Mikhel · 2 years, 5 months ago
  75. a97f009 Update readme for next dev version by David Brown · 2 years, 4 months ago
  76. 23d2883 Update to version 1.10.0 by David Brown · 2 years, 4 months ago v1.10.0
  77. cdf9de0 doc/readme-zephyr: document the serial recovery by Andrzej Puzdrowski · 2 years, 10 months ago
  78. 4e9d86a doc: Added serial recovery documentation by Andrzej Puzdrowski · 2 years, 11 months ago
  79. 827118f boot: serial_recovery: Add image hash support by Jamie McCrae · 2 years, 5 months ago
  80. f5e7753 boot_serial: support fragmentation for outgoing SMP packets by Piotr Dymacz · 2 years, 9 months ago
  81. 569b1d6 Update to version 1.10.0-rc1 by David Brown · 2 years, 5 months ago v1.10.0-rc1
  82. d2dfa1b docs: Create release notes for 1.10.0 release by David Brown · 2 years, 5 months ago
  83. 4337fee docs: Describe the release note snippet requirement by David Brown · 2 years, 6 months ago
  84. d4184eb docs: Setup template for release note process by David Brown · 2 years, 6 months ago
  85. 1090d8f zephyr: Check zephyr,uart-mcumgr as candidate for serial recovery by Dominik Ermel · 3 years, 11 months ago
  86. 143485e zephyr: Add missing Kconfig dependencies for USB DFU by Dominik Ermel · 2 years, 5 months ago
  87. 2209688 ci: mynewt: Enable Mynewt specific tests by Szymon Janc · 2 years, 5 months ago
  88. 874a0ab boot_serial: Fix Mynewt tests build by Szymon Janc · 2 years, 5 months ago
  89. 16f3de5 imgtool: fix boot_magic when -e big and max-align > 8 by Raphael Dupont · 2 years, 5 months ago
  90. c89a94f mynewt: Add flash_area_get_sector by Dominik Ermel · 2 years, 5 months ago
  91. 259d989 bootutil: Fix erase of trailer when located in scratch area by Stephane Le Roy · 4 years ago
  92. e8294b2 boot_serial: Add packed to struct by Jamie McCrae · 2 years, 5 months ago
  93. 9c5d14a ci: Update signed commit check to accept a SHA by Fabio Utzig · 2 years, 5 months ago
  94. 68dcc0e zephyr: single_loader: Switch to flash_area_get_sector by Dominik Ermel · 2 years, 7 months ago
  95. 2476988 boot: Switch to flash_area_get_sector. by Dominik Ermel · 2 years, 7 months ago
  96. bd0d94c espressif: Add flash_area_get_sector by Dominik Ermel · 2 years, 7 months ago
  97. b1d4e00 sim: Add flash_area_get_sector by Dominik Ermel · 2 years, 7 months ago
  98. 069aea4 zephry: Add flash_area_get_sector by Dominik Ermel · 2 years, 7 months ago
  99. 9551b6e boot: zephyr: Remove deprecated GPIO Kconfig entries by Jamie McCrae · 2 years, 5 months ago
  100. dc8ef87 zephyr: serial_recovery: Use Zephyr manifest zcbor files by Jamie McCrae · 2 years, 5 months ago