Home
last modified time | relevance | path

Searched full:prevention (Results 1 – 18 of 18) sorted by relevance

/mcuboot-3.6.0/sim/
DCargo.toml33 downgrade-prevention = ["mcuboot-sys/downgrade-prevention"]
/mcuboot-3.6.0/boot/espressif/port/esp32s2/
Dbootloader.conf17 # This option makes downgrade prevention rely also on security
/mcuboot-3.6.0/boot/espressif/port/esp32c2/
Dbootloader.conf17 # This option makes downgrade prevention rely also on security
/mcuboot-3.6.0/boot/espressif/port/esp32c3/
Dbootloader.conf17 # This option makes downgrade prevention rely also on security
/mcuboot-3.6.0/boot/espressif/port/esp32c6/
Dbootloader.conf17 # This option makes downgrade prevention rely also on security
/mcuboot-3.6.0/boot/espressif/port/esp32h2/
Dbootloader.conf17 # This option makes downgrade prevention rely also on security
/mcuboot-3.6.0/boot/espressif/port/esp32/
Dbootloader.conf17 # This option makes downgrade prevention rely also on security
/mcuboot-3.6.0/boot/espressif/port/esp32s3/
Dbootloader.conf17 # This option makes downgrade prevention rely also on security
/mcuboot-3.6.0/sim/mcuboot-sys/
DCargo.toml87 downgrade-prevention = []
Dbuild.rs58 panic!("Downgrade prevention requires overwrite only"); in main()
/mcuboot-3.6.0/.github/workflows/
Dsim.yaml40 - "sig-rsa validate-primary-slot overwrite-only downgrade-prevention"
/mcuboot-3.6.0/boot/zephyr/
DKconfig627 prompt "Downgrade prevention"
631 bool "SW based downgrade prevention"
652 bool "HW based downgrade prevention"
/mcuboot-3.6.0/boot/mynewt/mcuboot_config/
Dsyscfg.yml78 Select downgrade prevention strategy.
/mcuboot-3.6.0/docs/
Ddesign.md1260 ## [Downgrade prevention](#downgrade-prevention)
1262 Downgrade prevention is a feature which enforces that the new image must have a
1267 ### [Software-based downgrade prevention](#sw-downgrade-prevention)
1269 During the software based downgrade prevention the image version numbers are
1271 option. In this case downgrade prevention is only available when the
1275 ### [Hardware-based downgrade prevention](#hw-downgrade-prevention)
1279 During the hardware based downgrade prevention (alias rollback protection) the
Dreadme-espressif.md195 # [Downgrade prevention](#downgrade-prevention)
197 Downgrade prevention (avoid updating of images to an older version) can be enabled using the
210 ### [Downgrade prevention with security counter](#downgrade-prevention-with-security-counter)
Drelease-notes.md86 - Add downgrade prevention for modes using swap.
273 - Added downgrade prevention feature (available when the overwrite-based
/mcuboot-3.6.0/boot/mbed/
Dmbed_lib.json149 "downgrade-prevention": {
/mcuboot-3.6.0/boot/bootutil/src/
Dloader.c1954 * Checks test swap downgrade prevention conditions.
1961 * @return 0 - image can be swapped, -1 downgrade prevention
1994 BOOT_LOG_INF("Image %d in slot 1 erased due to downgrade prevention", BOOT_CURR_IMG(state));