esp-idf/components/partition_table
Angus Gratton 8d1a99e026 paritition_table: Verify the partition table md5sum when loading the app
Additionally, always enable the partition MD5 check if flash encryption is on in
Release mode. This ensures the partition table ciphertext has not been modified
(CVE-2021-27926).

The exception is pre-V3.1 ESP-IDF bootloaders and partition tables, which
don't have support for the MD5 entry.
2021-06-02 16:31:19 +10:00
..
test components: use new component registration api 2019-06-21 19:53:29 +08:00
test_gen_esp32part_host partition_table: implement Python API for parttool 2019-06-11 13:17:14 +08:00
CMakeLists.txt partition_table: output partition table info for partition_table target 2020-03-22 19:58:48 +08:00
component.mk build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
gen_empty_partition.py partition_table: implement Python API for parttool 2019-06-11 13:17:14 +08:00
gen_esp32part.py Fix subtype in PartitionTable.find_by_type 2020-02-10 08:37:10 +01:00
Kconfig.projbuild paritition_table: Verify the partition table md5sum when loading the app 2021-06-02 16:31:19 +10:00
Makefile.projbuild feat/secure_boot_v2: Adding secure boot v2 support for ESP32-ECO3 2020-03-06 01:16:04 +05:30
partitions_singleapp_coredump.csv global: update note in the partition tables 2019-07-27 10:28:16 +02:00
partitions_singleapp.csv global: update note in the partition tables 2019-07-27 10:28:16 +02:00
partitions_two_ota_coredump.csv global: update note in the partition tables 2019-07-27 10:28:16 +02:00
partitions_two_ota.csv global: update note in the partition tables 2019-07-27 10:28:16 +02:00
parttool.py add file stream parameter and log stdout and stderr to same stream 2020-09-18 10:39:07 +02:00
project_include.cmake partition_table: implement Python API for parttool 2019-06-11 13:17:14 +08:00