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