mcuboot icon indicating copy to clipboard operation
mcuboot copied to clipboard

Secure boot for 32-bit Microcontrollers!

Results 311 mcuboot issues
Sort by recently updated
recently updated
newest added

When using clang to compile the simulator tests, the rsa tests fail. ``` $ CC=clang cargo test --features sig-rsa ... test norevert ... FAILED ... ``` The pass if optimization...

bug
area: sim

adds TLV and Kconfig to decouple verification from other options.

area: core

Add various tests and improvements for imgtool commands - Add tests for sign command - Add tests for dumpinfo command - Add tests for verify command - Add more tests...

area: imgtool

I can use the existing hooks to read TLVs from an image. Haven't tried, but why not? Should MCUBoot provide hooks to these that would be less error prone than...

The LLVM linker supports fairly aggressive dead code elimination. The way we are inserting labels for the FIH tools, causes the LLVM linker to consider various blocks of following code...

During testing imgtool I recognized that `python imgtool.py dumpinfo ...` crashes with following error: ```` Traceback (most recent call last): File "C:\temp\mcuboot\scripts\imgtool.py", line 22, in main.imgtool() File "C:\Program Files\Python310\lib\site-packages\click\core.py", line...

area: imgtool

### Motivation It is impossible to use assemble script with SINGLE_APPLICATION_SLOT application configuration. https://github.com/mcu-tools/mcuboot/blob/main/boot/zephyr/Kconfig#L62 ### Testing Tested on zephyr application with CONFIG_SINGLE_APPLICATION_SLOT enabled and mcuboot + image-0 partition in .dts...

- Add default configurations for mimxrt1160_evk and vmu_rt1170 - Fix configuration for mimxrt1170_evk

area: zephyr

There are two commits in this PR: - the first one brings the SHA512 processing in MCUboot and has been taken from https://github.com/mcu-tools/mcuboot/pull/1967, with small fix - imgtool changes to...

[DNM]