1. b6f014c boot: zephyr: add ECIES-X25519 support by Fabio Utzig · 5 years ago
  2. 4facd1b imgtool: Add x25519 key generation and getpriv by Fabio Utzig · 5 years ago
  3. 960b4c5 imgtool: Add ECIES-X25519 image encryption support by Fabio Utzig · 5 years ago
  4. 67c59fa imgtool: Fix ECDSA references in ED25519 by Fabio Utzig · 5 years ago
  5. 1e1c1c6 travis: Add x25519 encrypted image testing to CI by Fabio Utzig · 5 years ago
  6. 3fa72ca sim: Add test support for x25519 encrypted images by Fabio Utzig · 5 years ago
  7. 6aec6ae boot: bootutil: add x25519 encrypted image support by Fabio Utzig · 5 years ago
  8. 3fc84bf keys: Add sample x25519 priv/pub keys by Fabio Utzig · 5 years ago
  9. feb6c4c caps: Add cap for x25519 based image encryption by Fabio Utzig · 5 years ago
  10. 8fcdb6d ext: fiat: add X25519 routines from upstream by Fabio Utzig · 5 years ago
  11. 03368b8 boot: Add hardware key support by David Vincze · 5 years ago
  12. dde178d imgtool: Add --public-key-format option to imgtool by David Vincze · 5 years ago
  13. 9560d77 imgtool: keys: fix tests by Fabio Utzig · 5 years ago
  14. 41c5d50 zephyr:boards nrf52840_pca10059 rename to nrf52840dongle_nrf52840 by Andrzej Puzdrowski · 5 years ago
  15. a504669 zephyr: arm_cleanup.c: use <.../cortex_m/cmsis.h> by Piotr Mienkowski · 5 years ago
  16. 165e00e Update fiat from latest upstream by Fabio Utzig · 5 years ago
  17. a40b199 scripts: assemble.py: switch to using devicetree_legacy_unfixed.h by Henrik Brix Andersen · 5 years ago v1.5.0-cypress
  18. 7e7b4ad zephyr: boot_serial: Use K_MSEC() with k_sleep by Carles Cufi · 5 years ago
  19. aa7c021 Update user documentation in cypress folder by Roman Okhrimenko · 5 years ago
  20. 23ca10a Delete excess info from makefiles in cypress directory by Roman Okhrimenko · 5 years ago
  21. fefdea2 zephyr:boards nrf52840_pca10056 rename to nrf52840dk_nrf52840 by Andrzej Puzdrowski · 5 years ago
  22. c757ece bootutil: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() by Andrzej Puzdrowski · 5 years ago
  23. 274c5da boot: Unify the interpretation of TLV entry fields by David Vincze · 5 years ago
  24. 63eb456 boot: Add boot status record to shared data area by David Vincze · 5 years ago
  25. 1cf11b5 boot: Define interface for data sharing with runtime by David Vincze · 5 years ago
  26. 6bfa9e5 imgtool: release 1.6.0alpha1 by David Vincze · 5 years ago
  27. 71b8f98 imgtool: Add CBOR encoded boot record to TLV area by David Vincze · 5 years ago
  28. 1084100 zephyr: TinyCBOR has been removed from interface libraries by Dominik Ermel · 5 years ago
  29. c6be76a zephyr: select USE_DT_CODE_PARTITION after kconfig option change by Marcin Niestroj · 5 years ago
  30. 821214e zephyr: Wrap sleep value with K_MSEC by Krzysztof Chruscinski · 5 years ago
  31. d071356 serial_recovery: Add copied and generated CBOR decoding code files by Øyvind Rønningstad · 6 years ago
  32. f42a820 serial_recovery: Replace CBOR decoding code with generated code by Øyvind Rønningstad · 6 years ago
  33. fab12e0 Revert "bootutil: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT()" by Andrzej Puzdrowski · 5 years ago
  34. 8ecb89b zephyr: board nrf51_pca10028 renamed to nrf51dk_nrf51422 by Andrzej Puzdrowski · 5 years ago
  35. 6d417c9 bootutil: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() by Oleg Zhurakivskyy · 5 years ago
  36. 9a605b6 zephyr: add cleanup ARM core before boot by Andrzej Puzdrowski · 5 years ago
  37. 05dc5dd mynewt: Update latest tags in repository.yml by Szymon Janc · 5 years ago
  38. 4878c27 imgtool: Remove default padding of ECDSA sigs by David Brown · 5 years ago
  39. a4c5864 sim: Remove padding from ecdsa signatures by David Brown · 6 years ago
  40. 0407553 loader: Fix dependency check issue related to swap type by Barry Solomon · 5 years ago
  41. 04630ce fix #675 ECDSA verification fail when padding is added by Anthony Liu · 5 years ago
  42. 470e2f3 zephyr: Enabling Zephyr/mynewt-core version of tinycbor by Dominik Ermel · 6 years ago
  43. 0ce958e imgtool: add option for confirming a padded image by Henrik Brix Andersen · 5 years ago
  44. cdf94c2 docs: secondary slot magic is unset after update by Håkon Øye Amundsen · 5 years ago
  45. 11d91c3 docs: fix incorrect state reference by Håkon Øye Amundsen · 5 years ago
  46. 4c1c5b0 Update Readme file with details on HW crypto acceleration by Roman Okhrimenko · 6 years ago
  47. 38aa6c4 Add crypto acceleration config file and support in build system by Roman Okhrimenko · 6 years ago
  48. 39adbe3 Add Cypress hardware crypto acceleration dependencies as submodules by Roman Okhrimenko · 6 years ago
  49. e1960a9 Update instructions to point to correct git URL by Christian Daudt · 5 years ago
  50. 4650f20 Add debug configurations for ModusToolbox by Roman Okhrimenko · 5 years ago
  51. 89ecdac Add initial implementation of MCUBoot application for Cypress PSOC6 platform by Roman Okhrimenko · 5 years ago
  52. e981665 Add cypress dependencies as submodules by Roman Okhrimenko · 5 years ago
  53. e60b12f sim: fix paths for mbed-cryto by Fabio Utzig · 6 years ago
  54. 3cd904a Update mbedTLS to 2.19.3 by Fabio Utzig · 6 years ago
  55. 4906375 loader: Fixed warning about uninitialized rc variable by Erik Johnson · 5 years ago
  56. af14853 zephyr: configurable log thread stack size by Andrzej Puzdrowski · 5 years ago
  57. 8459163 zephyr: terminated log processing gently by Andrzej Puzdrowski · 5 years ago
  58. 3f092bd zephyr: allow recovery over usb cdc-acm with logs enabled by Andrzej Puzdrowski · 5 years ago
  59. 9a4946c zephyr: add default LOG and MULTITHREADING values in kconfig by Andrzej Puzdrowski · 5 years ago
  60. 5d96bd2 zephyr: tabs to spaces in line indentation by Andrzej Puzdrowski · 5 years ago
  61. c308413 bootutil: Introduce HW rollback protection by David Vincze · 5 years ago
  62. 1a7a690 imgtool: Add security counter to image manifest by David Vincze · 5 years ago
  63. 19df5c4 mynewt: allow newt to bypass submodule cloning by Fabio Utzig · 5 years ago
  64. 3647ded docs: update nokogiri to fix CVE-2020-7595 by Fabio Utzig · 5 years ago
  65. a1ed50b mynewt: rollback version.yml by Fabio Utzig · 5 years ago
  66. 310af87 Update to v1.5.0 by Fabio Utzig · 5 years ago v1.5-branch v1.5.0
  67. 7de8a29 Preparing for v1.5.0-rc2 by Fabio Utzig · 5 years ago v1.5.0-rc2
  68. 03cce47 sim: update dependencies by Fabio Utzig · 5 years ago
  69. 6fc2595 zephyr: add default pin for serial recovery for nrf53 by Håkon Øye Amundsen · 6 years ago
  70. a222bf3 README: update mailing list by David Brown · 5 years ago
  71. ef7fbd7 Preparing for v1.5.0-rc1 by Fabio Utzig · 6 years ago v1.5.0-rc1
  72. cb08073 imgtool: fix passing --erased-val with 0xff value by Fabio Utzig · 5 years ago
  73. 970840c docs: fix mailing list URL by Fabio Utzig · 6 years ago
  74. ac1f1ff zephyr: enable usb by the application by Andrzej Puzdrowski · 6 years ago
  75. 34e93a5 boot: zephyr: mynewt: sha-512 from tinycrypt by Fabio Utzig · 6 years ago
  76. a1c142d Add Tinycrypt based SHA-512 for ED25519 by Fabio Utzig · 6 years ago
  77. e4fe463 Add sha-512 port of tinycrypt's sha-256 by Fabio Utzig · 6 years ago
  78. 36e9029 boot: zephyr: move to non-deprecated GPIO flags by Peter Bigot · 6 years ago
  79. 1b19d2a boot: zephyr: Fix Kconfig inclusion by Robert Lubos · 6 years ago
  80. 09be783 zephyr: use move swap instead of scratch for nRF devices by Håkon Øye Amundsen · 6 years ago
  81. 54c1e3f zephyr: fix driver include paths by Peter Bigot · 6 years ago
  82. 2ee5f7f sim: Test software rollback protection by David Brown · 6 years ago
  83. 07e1381 Add a capability for querying downgrade prevention by David Brown · 6 years ago
  84. 2d1bac1 add option for rollback protection by Håkon Øye Amundsen · 6 years ago
  85. e2acfae sim: Add explicit copyright and licenses to the sim by David Brown · 6 years ago
  86. f0e5a84 cmake: use zephyr base in relative path by Håkon Øye Amundsen · 6 years ago
  87. e96b687 dts: Include devicetree.h instead of generated_dts_board.h by Ulf Magnusson · 6 years ago
  88. 1f50892 imgtool: update a few errors to use click's by Fabio Utzig · 6 years ago
  89. 9a492d5 imgtool: add better image overrun checks by Fabio Utzig · 6 years ago
  90. b976a4c docs/PORTING.md: Update APIs needed for porting MCUboot by Rajiv Ranganath · 6 years ago
  91. 3dc86c9 sim: Compute TLV size from actual size by David Brown · 6 years ago
  92. 2b73ed9 sim: Always compute protected size by David Brown · 6 years ago
  93. dd2b680 boot: zephyr: remove [EXPERIMENTAL] from config option by Fabio Utzig · 6 years ago
  94. 4b4ed98 sim: enable saving encrypted TLV for ECIES by Fabio Utzig · 6 years ago
  95. 9e1db9a boot: Add free space check for swap without scratch by Fabio Utzig · 6 years ago
  96. fc94775 ci: enable enc-ec256 test by Fabio Utzig · 6 years ago
  97. 4626853 sim: fix RSA signature length macro usage by Fabio Utzig · 6 years ago
  98. 66b4caa sim: allow generation of non-signed + encrypted EC images by Fabio Utzig · 6 years ago
  99. 729139f ci: add tool to check for Cargo features by Fabio Utzig · 6 years ago
  100. ce6fe63 scripts: Add `imgtool.nix` by Rajiv Ranganath · 6 years ago