- e890df7 boot: zephyr: Add ESP32C2/ESP8684 support by Raffael Rostagno · 11 months ago
- 5d5f049 bootutil: Fix AES and SHA-256 contexts not zeroized with mbedTLS by Thomas Altenbach · 11 months ago
- ca06b9f boot: zephyr: Add fallback to USB DFU by Fabian Pflug · 12 months ago
- 84b56b6 ci: Fix zephyr workflow by Jamie McCrae · 11 months ago
- 43a49a3 bootutil: Add better mode selection checks by Jamie McCrae · 12 months ago
- 6376b4c Revert "bootutil: Fix wrong definition of find_swap_count" by Jamie McCrae · 12 months ago
- f51a014 ci: Update FIH tests for newer TFM by Fabio Utzig · 11 months ago
- 6810e35 ci: Update TF-M version to eb8ff0d by David Vincze · 11 months ago
- 956311d boot: Make boot_enc_valid take slot instead of image index by Dominik Ermel · 1 year, 1 month ago
- 4619da5 ci: Fix FIH Docker image release usage by Fabio Utzig · 11 months ago
- a6ae770 ci: Update FIH docker to Ubuntu Jammy (22.04) by Fabio Utzig · 11 months ago
- 242db1a boot: zephyr: boards: Add nrf54l15dk configuration by Jamie McCrae · 11 months ago
- 651775b boot: zephyr: board: Fix nrf54l15pdk Kconfig fragment by Jamie McCrae · 11 months ago
- a376262 boot: zephyr: MCXN947 currently only does not support swap mode by Mahesh Mahadevan · 11 months ago
- 52e2afc boot_serial: Fix `format` warning by Lluis Campos · 12 months ago
- dd4d654 boot_serial: Fix `incompatible-pointer-types` warning by Lluis Campos · 12 months ago
- ebf60e0 docs: release-notes: Add note on changes by Jamie McCrae · 12 months ago
- 2931f9d booutil: swap_scratch: Do not check sectors with compression by Jamie McCrae · 12 months ago
- feb9265 bootutil: loader: Add protected TLV size to image size check by Jamie McCrae · 12 months ago
- 4d85e29 bootutil: loader: Remove images with conflicting flags by Jamie McCrae · 12 months ago
- 206c7e7 bootutil: loader: Remove encrypted/compressed images without support by Jamie McCrae · 12 months ago
- 0c1ddf7 zephyr: Add Kconfig for decompression by Jamie McCrae · 12 months ago
- 91d86b8 bootutil: Add compressed image flags and TLV by Jamie McCrae · 1 year ago
- bf13555 docs: release-notes: Add note on bootutil changes by Jamie McCrae · 12 months ago
- 2939d30 bootutil: loader: Verify image header before checking image by Jamie McCrae · 12 months ago
- dbb5c78 bootutil: loader: Add state to boot_is_header_valid() function by Jamie McCrae · 12 months ago
- 6071ceb boot: Introduce the MCUBOOT_ENC_BUILTIN_KEY option by David Vincze · 12 months ago
- ab4fb32 bootutil: Fix wrong definition of find_swap_count by Jamie McCrae · 12 months ago
- dc03055 imgtool: Add --non-bootable flag by Mateusz Wielgos · 1 year, 5 months ago
- aa1f956 zephyr: prefix generated header path with `zephyr/` by Yong Cong Sin · 1 year, 2 months ago
- 334d2c2 boot: main: avoid unused build warning by Sylvio Alves · 1 year, 1 month ago
- c87d41e boot: zephyr: Fix included header by Marek Matej · 12 months ago
- 12906fd espressif: Update the references for using the new Espressif HAL by Tiago Medicci · 12 months ago
- 034f58c bootutil: Fix missing include by Jamie McCrae · 12 months ago
- 148c2c1 docs: release-notes: Add note on new slot info command by Jamie McCrae · 1 year ago
- e261b28 boot_serial: Add optional img mgmt slot info feature by Jamie McCrae · 1 year ago
- 2db0654 docs: release-notes: Add notes on maximum app size changes by Jamie McCrae · 1 year ago
- e2e1e94 bootutil: Fix swap move max app size calculation by Jamie McCrae · 1 year ago
- 4f1ab9e bootutil: Add missing images to get maximum image size details by Jamie McCrae · 1 year ago
- 4baa6d3 docs: release-notes: Add note on zephyr auto max sectors by Jamie McCrae · 1 year ago
- eaae650 zephyr: Add support for automatically calculcating max sectors by Jamie McCrae · 1 year ago
- 6fe259b boot: Simplify copy loop in boot_copy_region by Dominik Ermel · 1 year, 1 month ago
- 7e69047 boot: zephyr: add support for frdm-mcxn947 by Andrej Butok · 1 year, 2 months ago
- 899ade2 boot: zephyr: boards: Add mimxrt1062_fmurt6 configuration by Andrej Butok · 1 year, 2 months ago
- ae27bc7 boot: zephyr: boards: Add common mimxrt1050_evk configuration. by Andrej Butok · 1 year, 2 months ago
- 6123e91 boot: zephyr: boards: Add mimxrt11xx configurations by Andrej Butok · 1 year, 2 months ago
- f763c5f imgtool: Add missing encodings to emitter tests by David Vincze · 1 year ago
- 3f11286 boot: Remove image_index from boot_encrypt by Dominik Ermel · 1 year, 1 month ago
- 2a7565b bootutil: Move encryption key function to common file by David Vincze · 1 year ago
- 0e5e1a9 Reapply "boot: Add MCUBOOT_HW_KEY support for image encryption" by David Vincze · 1 year ago
- ef598b1 imgtool: Fix getpub fails for ed25519 key by Rustam Ismayilov · 1 year, 1 month ago
- 078874f docs: release-notes: Add note on name clash fix by Jamie McCrae · 1 year ago
- 8456464 zephyr: Fix issue with sysbuild if something else is named mcuboot by Jamie McCrae · 1 year ago
- d5e0e89 Fix style issues by Fabio Utzig · 1 year, 1 month ago
- d09112a boot: Reduce repeating code in boot_decrypt_and_copy_image_to_sram by Dominik Ermel · 1 year, 1 month ago
- 7f9ac97 boot: Change boot_enc_load to take slot number instead of image by Dominik Ermel · 1 year, 1 month ago
- 71120e4 docs: release-notes: Add note on fixed zephyr RAM load address by Jamie McCrae · 1 year ago
- 7fc3ad3 boot: zephyr: Fix RAM load chain load address by Jamie McCrae · 1 year ago
- 49976dc imgtool: Bump cryptography library version by Rustam Ismayilov · 1 year, 1 month ago
- 3355735 boot: Move encryption context invalidation to boot_enc_drop. by Dominik Ermel · 1 year, 1 month ago
- 2371c0a boot: Rename boot_enc_decrypt to boot_decrypt_key by Dominik Ermel · 1 year, 1 month ago
- 50f3514 doc: readme-zephyr: fix the scratch partition example by Andrej Butok · 1 year, 3 months ago
- 4b9d07d boot: boot_serial: change logging to debug level by Hudson C. Dalpra · 1 year, 3 months ago
- 7e3a1ce boot: Add missing boot_enc_init by Dominik Ermel · 1 year, 1 month ago
- 4da4a72 boot: Remove pointless slot identification by Dominik Ermel · 1 year, 1 month ago
- c4b89ba docs: release-notes: Add snippet on encrypted scratch area by Thomas Altenbach · 1 year, 1 month ago
- 60806bc sim: Fix MCUBOOT_SWAP_USING_SCRATCH defined in direct-xip and ram-load by Thomas Altenbach · 1 year, 3 months ago
- 44a935e docs: Update documentation regarding encrypted scratch area by Thomas Altenbach · 1 year, 3 months ago
- 08d2d94 bootutil: Keep image encrypted in scratch area by Thomas Altenbach · 1 year, 3 months ago
- f515bb1 bootutil: Properly retrieve image headers after interrupted swap-scratch by Thomas Altenbach · 1 year, 3 months ago
- fb2cf0e docs: release-notes: Add note on fixed nordic boards by Jamie McCrae · 1 year, 1 month ago
- 8980799 boot: zephyr: Fix build for nrf9160dk by Jamie McCrae · 1 year, 2 months ago
- 2f5a7f4 boot: zephyr: Fix build for thingy53 by Jamie McCrae · 1 year, 2 months ago
- c9e4ab8 boot: zephyr: Fix build for thingy52 by Jamie McCrae · 1 year, 2 months ago
- c06f7bb Revert "boot: Add MCUBOOT_HW_KEY support for image encryption" by David Brown · 1 year, 1 month ago
- 1d79ef3 boot: Fix ASN.1 for mbedtls >= 3.1 by David Brown · 1 year, 1 month ago
- 86acda9 ext: fiat: Use user-defined assert macro by Thomas Altenbach · 1 year, 7 months ago
- a706317 sim: Increase jmpbuf size by David Brown · 1 year, 1 month ago
- d6a5a73 sim: Fix resolver warning from cargo by David Brown · 1 year, 2 months ago
- 847548a sim: Put "C" on externs by David Brown · 1 year, 2 months ago
- 1b1d495 FIH: Disable FIH labels on Apple targets by David Brown · 1 year, 2 months ago
- 9cc8dac sim: Put AreaDesc in an Rc by David Brown · 1 year, 2 months ago
- 5d15513 sim: Don't take address of movable struct by David Brown · 1 year, 2 months ago
- 9ae634f bootutil: Fix signed/unsigned comparison in boot_read_enc_key by Thomas Altenbach · 1 year, 3 months ago
- 8be24f8 docs: Replace Slack channel links with Discord by David Vincze · 1 year, 2 months ago
- 533fef2 imgtool: Update version.py to take command line arguments by Rustam Ismayilov · 1 year, 8 months ago
- 316a139 imgtool: dumpinfo improvements by Rustam Ismayilov · 1 year, 8 months ago
- f3a5702 imgtool: Various dumpinfo fixes by Rustam Ismayilov · 1 year, 8 months ago
- d16a613 imgtool: Assert "measurement value" is last in boot_record.py by Rustam Ismayilov · 1 year, 8 months ago
- 36f8bf3 imgtool: Fix verify command for edcsa-p384 signed images by Rustam Ismayilov · 1 year, 8 months ago
- 2712f74 imgtool: Add missing requirements to requirements.txt file by Rustam Ismayilov · 1 year, 3 months ago
- 03171ff docs: Add release note snippet on MCUBOOT_HW_KEY for image encryption by Dinesh Kumar K · 1 year, 2 months ago
- 0fa4627 boot: Add MCUBOOT_HW_KEY support for image encryption by Dinesh Kumar K · 2 years, 2 months ago
- 92ad926 docs: Add release note snippet for imgtool testing by David Vincze · 1 year, 2 months ago
- 45d379e zephyr: boards: Add files needed for NXP FRDM MCXN947 QSPI variant by Mahesh Mahadevan · 1 year, 3 months ago
- 2dcbabc build(deps): bump rexml from 3.2.6 to 3.2.8 in /docs by dependabot[bot] · 1 year, 3 months ago
- 29f9540 mynewt: Igore swap_scratch.c for single application slot by Jerzy Kasenberg · 1 year, 3 months ago
- f08ace6 build(deps): bump nokogiri from 1.16.2 to 1.16.5 in /docs by dependabot[bot] · 1 year, 3 months ago
- 3113df8 imgtool: initial sanity test by Denis Mingulov · 1 year, 10 months ago
- a4cb878 imgtool: Fixed missing dependency to 'pyyaml' (for dumpinfo) by Denis Mingulov · 1 year, 11 months ago