1. 34d5a69 Tests: Enable psa-crypto-api feature by Matthew Dalzell · 2 years, 1 month ago
  2. 65eb35c sim: Initialize PSA Crypto subsystem based on psa-crypto-api feature by Antonio de Angelis · 2 years, 9 months ago
  3. d670352 sim: Add hw-rollback-protection feature by Roland Mikhel · 2 years, 3 months ago
  4. 02bf072 bootutil/crypto: Refactor the RSA signature verification and encryption by Antonio de Angelis · 2 years, 9 months ago
  5. 10529d3 bootutil/crypto: Have a single ECDSA verification module by Antonio de Angelis · 2 years, 4 months ago
  6. b1d4e00 sim: Add flash_area_get_sector by Dominik Ermel · 2 years, 7 months ago
  7. 453e8bd flash_map_backend: Remove flash_area_id_to_image_slot by Dominik Ermel · 2 years, 7 months ago
  8. 453b0dd sim: added flash_area_sector_from_off() API implementation by Andrzej Puzdrowski · 3 years, 6 months ago
  9. cc547a7 sim/mcuboot-sys: provide sim-own porting files by Andrzej Puzdrowski · 3 years, 6 months ago
  10. a914048 sim/mcuboot-sys: mbedtls configuations by Andrzej Puzdrowski · 3 years, 6 months ago
  11. 42a7e54 sim: Migrate to Rust 2021 edition by David Brown · 3 years, 4 months ago
  12. 1bc106e sim: Homogenize max-align-32 feature check by David Brown · 3 years, 8 months ago
  13. 7bfd14b sim: Fit unit tests to larger write align values by Gustavo Henrique Nihei · 3 years, 8 months ago
  14. 4aa286d flash_map: Increase minimum supported write align via flash_area_align by Gustavo Henrique Nihei · 3 years, 8 months ago
  15. c8d6201 sim: Update Linaro copyrights by David Brown · 3 years, 9 months ago
  16. 7e0d3b4 sim: Remove profile config from mcuboot-sys by David Brown · 3 years, 9 months ago
  17. 3fd3ecc sim: add tests for partial ram-loading by Raef Coles · 3 years, 10 months ago
  18. f11de64 boot: enable partial multi-image booting by Raef Coles · 3 years, 10 months ago
  19. 5f4e148 sim: mcuboot-sys: Avoid duplicate C files by David Brown · 3 years, 11 months ago
  20. 115ce57 sim: Allow 'large-write' in mcuboot-sys by David Brown · 3 years, 11 months ago
  21. f17d391 sim: Test ram-loading with DIRECT_XIP by David Brown · 4 years, 1 month ago
  22. 8a4e23b sim: Basic ram-load test by David Brown · 4 years, 2 months ago
  23. 11ffa0a sim: Support direct-xip configuration by David Brown · 4 years, 2 months ago
  24. 7e377ab sim: Enable sim building with ram-load by David Brown · 4 years, 2 months ago
  25. 4b82c67 sim: Implement function in sim by David Brown · 4 years, 2 months ago
  26. d82de8c sim: Allow access to the boot response by David Brown · 4 years, 2 months ago
  27. 6d47d42 sim: Make BootGoResult into an enum by David Brown · 4 years, 2 months ago
  28. c423ac4 sim: Return abstract value from boot_go by David Brown · 4 years, 2 months ago
  29. d216b20 sim: Pass boot_rsp down from the simulator by David Brown · 4 years, 2 months ago
  30. f1ae694 sim: Fix flash_area_get_device_id in sim by David Brown · 4 years, 1 month ago
  31. f4580cb Update mbedtls to mbedtls-3.0.0 by Sherry Zhang · 4 years, 1 month ago TF-Mv1.4-integ-rc1
  32. c304a7f sim: Add flash_area_get_device_id implementation by Dominik Ermel · 4 years, 2 months ago
  33. 6fdbf55 Sim: Add testcases for AES256 image encryption by Salome Thirot · 4 years, 3 months ago
  34. 137d797 sim: emits *_SWAP_USING_SCRATCH macros by Andrzej Puzdrowski · 4 years, 3 months ago master
  35. 6c553d6 sim: add Mbed TLS EC256 encrypted image support by Fabio Utzig · 4 years, 3 months ago
  36. c20bbb2 sim: Remove useless `return`s by David Brown · 4 years, 5 months ago
  37. 8608c53 sim: Clarify condition by David Brown · 4 years, 5 months ago
  38. 4bbb93d sim: Clarify condition with is_empty() by David Brown · 4 years, 5 months ago
  39. 7cc4526 sim: unsafe cleanup by David Brown · 4 years, 5 months ago
  40. fc8e3c5 sim: Implement Default for a few types by David Brown · 4 years, 5 months ago
  41. 50b5a12 sim: Remove pointless use lines by David Brown · 4 years, 5 months ago
  42. 1997f53 sim: Remove extraneous static by David Brown · 4 years, 5 months ago
  43. 641af45 boot: Support Mbed TLS ECDSA for signatures by David Brown · 4 years, 6 months ago
  44. f573b39 bootutil: extracted app common library from bootutil_misc by Andrzej Puzdrowski · 4 years, 9 months ago
  45. 4b2e55f boot: bootutil: drop flash_area_read_is_empty by Fabio Utzig · 4 years, 11 months ago
  46. 3c9d5c4 sim: change MCUBOOT_OVERWRITE_ONLY_FAST usage by Fabio Utzig · 4 years, 10 months ago
  47. 1edb788 sim: update alignment (aka write_sz) to u16 by Fabio Utzig · 4 years, 10 months ago
  48. e8fe6cf boot: Harden critical path against fault attacks by Raef Coles · 5 years ago TF-Mv1.3-integ
  49. 4f4833d Abstracting mcuboot crypto functions for cleaner porting and less of an ifdef hell. by Blaž Hrastnik · 5 years ago
  50. f62ea0c bootutil *should not* import assert.h by Blaž Hrastnik · 5 years ago
  51. 00108fe sim: Fixup devicetree.h for changes to mcuboot by Kumar Gala · 5 years ago
  52. 3fa72ca sim: Add test support for x25519 encrypted images by Fabio Utzig · 5 years ago
  53. 3fc84bf keys: Add sample x25519 priv/pub keys by Fabio Utzig · 5 years ago
  54. e60b12f sim: fix paths for mbed-cryto by Fabio Utzig · 5 years ago
  55. 03cce47 sim: update dependencies by Fabio Utzig · 5 years ago
  56. a1c142d Add Tinycrypt based SHA-512 for ED25519 by Fabio Utzig · 6 years ago
  57. 2ee5f7f sim: Test software rollback protection by David Brown · 6 years ago
  58. e2acfae sim: Add explicit copyright and licenses to the sim by David Brown · 6 years ago
  59. e96b687 dts: Include devicetree.h instead of generated_dts_board.h by Ulf Magnusson · 6 years ago
  60. 4b4ed98 sim: enable saving encrypted TLV for ECIES by Fabio Utzig · 6 years ago
  61. 4626853 sim: fix RSA signature length macro usage by Fabio Utzig · 6 years ago
  62. 3fbbdac sim: get status area size from bootutil by Fabio Utzig · 6 years ago
  63. 272c5eb zephyr: sim: add minimized ECIES-P256 key by Fabio Utzig · 6 years ago
  64. f1d189c zephyr: switch to recent defines and include headers by Andrzej Puzdrowski · 6 years ago
  65. 6fa2d40 sim: log flash writes/reads/erases at highest level by Fabio Utzig · 6 years ago
  66. e92df93 sim: log: add new level targetting simulator by Fabio Utzig · 6 years ago
  67. 031eb7d sim: add feature for swap move strategy by Fabio Utzig · 6 years ago
  68. 90f449e sim: add testing of ECIES-P256 images by Fabio Utzig · 6 years ago
  69. 7324391 sim: add EC256 encryption key by Fabio Utzig · 6 years ago
  70. f984b95 Move mbedtls submodule from sim to ext by David Brown · 6 years ago
  71. b748f6f Rename ext/mbedtls to ext/mbedtls-asn1 by David Brown · 6 years ago
  72. 2b8a695 Convert BOOT_MAGIC_SZ to #define by David Brown · 6 years ago
  73. e0bb1f9 Change BOOT_MAX_ALIGN to #define by David Brown · 6 years ago
  74. 61fd888 Add TLV iterator API by Fabio Utzig · 6 years ago
  75. 297029a sim: Add debugging ptable to image dumps by David Brown · 6 years ago
  76. 8000e32 Remove global test thread locking by Fabio Utzig · 6 years ago
  77. b0f0473 Remove current_image global and macro updates by Fabio Utzig · 6 years ago
  78. b75c12a Boot: Extend flash layout for multiple images by David Vincze · 6 years ago
  79. 6c9b416 sim: Support non-continuous area ID mapping by David Vincze · 6 years ago
  80. 9771028 Add ed25519 verification to sim by Fabio Utzig · 6 years ago
  81. 2adef70 Use same format for scratch and slot trailer by Christopher Collins · 6 years ago
  82. 3929743 Add simulator support for RSA-3072 sigs by Fabio Utzig · 6 years ago
  83. 5e6f5e0 sim: Add multi-image config support to sim by David Brown · 6 years ago
  84. 06ef06e sim: Base slots on number of images used by David Brown · 6 years ago
  85. 7610157 sim: Rename `SimFlashMap` to `SimMultiFlash` by David Brown · 6 years ago
  86. e575fe9 image encryption: fix enc_state array indexing for zephyr by Andrzej Puzdrowski · 6 years ago
  87. 2d736ad Replace flash partitioning terminology by David Vincze · 6 years ago
  88. 419a475 zephyr: allow dynamic numeration of flash_areas by Andrzej Puzdrowski · 7 years ago
  89. 05ab014 Update sim ecdsa testing to use ring signing by Fabio Utzig · 7 years ago
  90. 9f1933d boot: zephyr: migrate to new log subystem by Emanuele Di Santo · 7 years ago
  91. 2821564 sim: mcuboot-sys: More idiomatic Rust 2018 by David Brown · 7 years ago
  92. 65de6d1 sim: mcuboot-sys: 2018 edition fix by David Brown · 7 years ago
  93. e24244b sim: Update a few dependencies for Rust 2018 by David Brown · 7 years ago
  94. b4d20c8 Update sim to run ecdsa sig + kw enc by Fabio Utzig · 7 years ago
  95. d5722f5 Update Mbed-TLS submodule to 2.14.1 by Fabio Utzig · 7 years ago
  96. 9b97b13 Enable bootstrap test in CI by Fabio Utzig · 7 years ago
  97. 251ef1d Add rsa+kw testing support to simulator by Fabio Utzig · 7 years ago
  98. 08fcfe9 Enable bootutil logging in simulator by Fabio Utzig · 7 years ago
  99. afb2bc9 Update main simulator routines for multi-flash by Fabio Utzig · 7 years ago
  100. 1c9aea5 Allow multiple flash devices in bootutil wrapper by Fabio Utzig · 7 years ago