1. 1cac1eb sim: Use non-equal security counters when testing upgrades by Thomas Altenbach · 3 months ago
  2. 94fe5c9 sim: Enable oversized_secondary_slot test with max-align-32 by Thomas Altenbach · 3 months ago
  3. f7394e3 sim: Use largest image for all upgrade strategies by Thomas Altenbach · 3 months ago
  4. 0677d0d sim: Fix largest image computation for swap-move and swap-offset by Thomas Altenbach · 4 months ago
  5. 88294be sim: Fix incorrect trailer size computation for overwrite-only by Thomas Altenbach · 5 months ago
  6. 66c21af sim: Generate smallest possible oversized image by Thomas Altenbach · 5 months ago
  7. 639a1ec sim: Make TLV size for ECDSA signature constant by Thomas Altenbach · 5 months ago
  8. 7fd7611 sim: Avoid assuming trailer is sector-aligned for swap-scratch + max-align-32 by Thomas Altenbach · 6 months ago
  9. 7724bcf sim: Add device with larger sectors in slot 0 than in slot 1 by Thomas Altenbach · 6 months ago
  10. afa3620 sim: Fix wrong usage of pointer by Jamie McCrae · 7 months ago
  11. 09aeaeb sim: Add swap using offset to tests by Jamie McCrae · 7 months ago
  12. be9b2ad sim: mcuboot-sys: Add support for limited sector size information by Jamie McCrae · 7 months ago
  13. 0c721da boot/bootutil: Split RAM load code to its own file by Ederson de Souza · 1 year, 1 month ago
  14. 41c6586 Revert "boot/bootutil: Split RAM load code to its own file" by Jamie McCrae · 9 months ago
  15. 9f1e573 boot/bootutil: Split RAM load code to its own file by Ederson de Souza · 1 year, 1 month ago
  16. 2a7565b bootutil: Move encryption key function to common file by David Vincze · 1 year ago
  17. 0e5e1a9 Reapply "boot: Add MCUBOOT_HW_KEY support for image encryption" by David Vincze · 1 year ago
  18. 60806bc sim: Fix MCUBOOT_SWAP_USING_SCRATCH defined in direct-xip and ram-load by Thomas Altenbach · 1 year, 3 months ago
  19. c06f7bb Revert "boot: Add MCUBOOT_HW_KEY support for image encryption" by David Brown · 1 year, 1 month ago
  20. a706317 sim: Increase jmpbuf size by David Brown · 1 year, 1 month ago
  21. 847548a sim: Put "C" on externs by David Brown · 1 year, 2 months ago
  22. 9cc8dac sim: Put AreaDesc in an Rc by David Brown · 1 year, 2 months ago
  23. 5d15513 sim: Don't take address of movable struct by David Brown · 1 year, 2 months ago
  24. 0fa4627 boot: Add MCUBOOT_HW_KEY support for image encryption by Dinesh Kumar K · 2 years, 2 months ago
  25. d4394c2 mbedtls config: fix too early check_config.h includes by Tomi Fontanilles · 1 year, 4 months ago
  26. 80704f8 sim: Allow slow tests to be skipped by David Brown · 1 year, 4 months ago
  27. fb5507b sim: Replace hash with SHA384 when P384 is used by Roland Mikhel · 2 years, 5 months ago
  28. 5899fac sim: PSA Crypto ECDSA enablement by Roland Mikhel · 2 years, 5 months ago
  29. 23fdb0d sim: Revert changes to cap values by Roland Mikhel · 2 years, 1 month ago
  30. 6945bb6 sim: Add new ram-load test cases by Roland Mikhel · 2 years, 4 months ago
  31. 820e9cc sim: fix encryption for ram-load related tests by Roland Mikhel · 2 years, 3 months ago
  32. 34d5a69 Tests: Enable psa-crypto-api feature by Matthew Dalzell · 2 years, 1 month ago
  33. 65eb35c sim: Initialize PSA Crypto subsystem based on psa-crypto-api feature by Antonio de Angelis · 2 years, 9 months ago
  34. d670352 sim: Add hw-rollback-protection feature by Roland Mikhel · 2 years, 3 months ago
  35. 02bf072 bootutil/crypto: Refactor the RSA signature verification and encryption by Antonio de Angelis · 2 years, 9 months ago
  36. 4395b80 boot: Restore and extend the usage of 0x22 TLV (ECDSA256) by David Vincze · 2 years, 3 months ago
  37. 10529d3 bootutil/crypto: Have a single ECDSA verification module by Antonio de Angelis · 2 years, 4 months ago
  38. 3097851 sim: Remove curve specific ECDSA TLVs by Roland Mikhel · 2 years, 6 months ago
  39. 6205c10 sim: Add generic ECDSA TLV support by Roland Mikhel · 2 years, 6 months ago
  40. 75c7c31 sim: Remove P224 curve references by Roland Mikhel · 2 years, 5 months ago
  41. b1d4e00 sim: Add flash_area_get_sector by Dominik Ermel · 2 years, 7 months ago
  42. 453e8bd flash_map_backend: Remove flash_area_id_to_image_slot by Dominik Ermel · 2 years, 7 months ago
  43. 9324d2b sim: Added test for over-sized image update by Andrzej Puzdrowski · 3 years ago
  44. 26d19d3 sim: Added test for over-sized image bootstrap by Andrzej Puzdrowski · 3 years ago
  45. 5b90dc8 sim: image trailer size differentiation by Andrzej Puzdrowski · 3 years ago
  46. 5310d55 sim: corrected maximal image size calculation by Andrzej Puzdrowski · 3 years, 6 months ago
  47. 453b0dd sim: added flash_area_sector_from_off() API implementation by Andrzej Puzdrowski · 3 years, 6 months ago
  48. cc547a7 sim/mcuboot-sys: provide sim-own porting files by Andrzej Puzdrowski · 3 years, 6 months ago
  49. a914048 sim/mcuboot-sys: mbedtls configuations by Andrzej Puzdrowski · 3 years, 6 months ago
  50. 93d0217 sim: Trivial dependency updates by David Brown · 3 years, 4 months ago
  51. 42a7e54 sim: Migrate to Rust 2021 edition by David Brown · 3 years, 4 months ago
  52. 1bc106e sim: Homogenize max-align-32 feature check by David Brown · 3 years, 8 months ago
  53. 7bfd14b sim: Fit unit tests to larger write align values by Gustavo Henrique Nihei · 3 years, 9 months ago
  54. 4aa286d flash_map: Increase minimum supported write align via flash_area_align by Gustavo Henrique Nihei · 3 years, 9 months ago
  55. b3039fd sim: Remove unused variables by Fabio Utzig · 3 years, 8 months ago
  56. 5577cbd sim: define stm32f4 with non-linear sectors slots by Fabio Utzig · 3 years, 8 months ago
  57. 1d7f496 sim: Calculate offsets from boot_max_align instead of hardcoding them by Gustavo Henrique Nihei · 3 years, 8 months ago
  58. b408b43 sim: Reduce most false failures due to ECDSA size change by David Brown · 3 years, 9 months ago
  59. c8d6201 sim: Update Linaro copyrights by David Brown · 3 years, 9 months ago
  60. 7e0d3b4 sim: Remove profile config from mcuboot-sys by David Brown · 3 years, 9 months ago
  61. 07dd5f0 sim: Test maximally sized images in some cases by David Brown · 3 years, 9 months ago
  62. a62c3eb sim: Prepare for largest possible image sizes by David Brown · 3 years, 10 months ago
  63. ef4f074 sim: Add size estimate to TLV by David Brown · 3 years, 10 months ago
  64. ac655bb sim: Functionalize the code a bit by David Brown · 3 years, 10 months ago
  65. 0bd8c6b sim: Add doc comment to `make_tlv` by David Brown · 3 years, 10 months ago
  66. d8713a5 sim: Fix ordering on TlvFlags by David Brown · 3 years, 10 months ago
  67. 3fd3ecc sim: add tests for partial ram-loading by Raef Coles · 3 years, 10 months ago
  68. f11de64 boot: enable partial multi-image booting by Raef Coles · 3 years, 10 months ago
  69. 5bc9832 doc: Fix case in titles by Francesco Servidio · 3 years, 9 months ago
  70. 66ed29f sim: update ram load to use image size comparison by Fabio Utzig · 3 years, 10 months ago
  71. 5f4e148 sim: mcuboot-sys: Avoid duplicate C files by David Brown · 3 years, 11 months ago
  72. 115ce57 sim: Allow 'large-write' in mcuboot-sys by David Brown · 3 years, 11 months ago
  73. 6d56cd8 sim: Move Cargo package to top level by David Brown · 4 years ago
  74. 7f8c0a2 sim: Update various package dependencies by David Brown · 4 years ago
  75. 9c6322f sim: Dependency updates by David Brown · 4 years ago
  76. e182977 Revert "Move Cargo.toml to top level" by David Brown · 4 years ago
  77. 78e4441 Move Cargo.toml to top level by David Brown · 4 years ago
  78. f17d391 sim: Test ram-loading with DIRECT_XIP by David Brown · 4 years, 1 month ago
  79. bf32c27 sim: Add RamData for ram loading testing by David Brown · 4 years, 2 months ago
  80. 8a4e23b sim: Basic ram-load test by David Brown · 4 years, 2 months ago
  81. 0dfb810 sim: Test DIRECT_XIP configuration by David Brown · 4 years, 2 months ago
  82. 11ffa0a sim: Support direct-xip configuration by David Brown · 4 years, 2 months ago
  83. 812a84b Add capability for DIRECT_XIP feature by David Brown · 4 years, 2 months ago
  84. 7e377ab sim: Enable sim building with ram-load by David Brown · 4 years, 2 months ago
  85. 4b82c67 sim: Implement function in sim by David Brown · 4 years, 2 months ago
  86. 6db44d7 sim: Skip (most) tests when flash is not modified by David Brown · 4 years, 2 months ago
  87. dcea564 boot: Add capability for ram loading by David Brown · 4 years, 2 months ago
  88. d82de8c sim: Allow access to the boot response by David Brown · 4 years, 2 months ago
  89. 6d47d42 sim: Make BootGoResult into an enum by David Brown · 4 years, 2 months ago
  90. c423ac4 sim: Return abstract value from boot_go by David Brown · 4 years, 2 months ago
  91. d216b20 sim: Pass boot_rsp down from the simulator by David Brown · 4 years, 2 months ago
  92. f1ae694 sim: Fix flash_area_get_device_id in sim by David Brown · 4 years, 1 month ago
  93. f4580cb Update mbedtls to mbedtls-3.0.0 by Sherry Zhang · 4 years, 1 month ago TF-Mv1.4-integ-rc1
  94. c304a7f sim: Add flash_area_get_device_id implementation by Dominik Ermel · 4 years, 2 months ago
  95. 6fdbf55 Sim: Add testcases for AES256 image encryption by Salome Thirot · 4 years, 3 months ago
  96. 0f64197 boot: Add AES256 support for image encryption by Salome Thirot · 4 years, 3 months ago
  97. 137d797 sim: emits *_SWAP_USING_SCRATCH macros by Andrzej Puzdrowski · 4 years, 3 months ago master
  98. 6c553d6 sim: add Mbed TLS EC256 encrypted image support by Fabio Utzig · 4 years, 3 months ago
  99. 26edaf3 sim: Change a match with empty arm to if let by David Brown · 4 years, 5 months ago
  100. f66b205 sim: Match structure definition better by David Brown · 4 years, 5 months ago