esp-idf/tools
Mahavir Jain 6d2153d703 fix(ota): additional checks for secure version in anti-rollback case
Some additional checks related to secure version of the application in
anti-rollback case have been added to avoid any attempts to boot lower
security version but valid application (e.g., passive partition image).

- Read secure_version under sha256 protection

- First check has been added in the bootloader to ensure correct secure
  version after application verification and loading stage. This check
  happens before setting up the flash cache mapping and handling over
  the final control to application. This check ensures that application
  was not swapped (e.g., to lower security version but valid image) just
  before the load stage in bootloader.

- Second check has been added in the application startup code to ensure
  that currently booting app has higher security version than the one
  programmed in the eFuse for anti-rollback scenario. This will ensure
  that only the legit application boots-up on the device for
  anti-rollback case.
2024-02-15 15:23:19 +02:00
..
ble
catch
ci ci: change known_failure_cases workflow 2024-01-31 12:17:48 +08:00
cmake versions: Update version to 4.4.6 2023-09-26 07:11:21 +00:00
docker
esp_app_trace
esp_prov
find_build_apps
idf_monitor_base
idf_py_actions fix(tools): fix autocomplete for --port option 2023-09-08 09:30:42 +02:00
idf_size_yaml
kconfig
kconfig_new kconfig: support plain comment in the menu 2024-02-02 10:33:59 +08:00
ldgen fix(ldgen): duplicate entries in the generated .ld file 2023-09-21 19:41:32 +08:00
mass_mfg
mocks
templates/sample_component
test_apps fix(ota): additional checks for secure version in anti-rollback case 2024-02-15 15:23:19 +02:00
test_idf_monitor Tools: Remove IDF Monitor coredump tests 2023-06-20 15:27:19 +02:00
test_idf_py
test_idf_size
test_idf_tools
test_mkdfu
test_mkuf2
unit-test-app
windows
build_apps.py
check_python_dependencies.py fix(tools): check_python_version accept dev releases as requirement 2023-08-04 14:19:29 +02:00
check_term.py
detect_python.fish
detect_python.sh
eclipse-code-style.xml
find_apps.py
format-minimal.sh
format.sh
gdb_panic_server.py
gen_esp_err_to_name.py
idf.py
idf_monitor.py
idf_size.py
idf_tools.py
mkdfu.py
mkuf2.py
python_version_checker.py
set-submodules-to-github.sh
toolchain_versions.mk
tools.json feat(tools): Update OpenOCD version to v0.12.0-esp32-20230921 2023-10-18 10:59:52 +02:00
tools_schema.json