esp-idf/components/partition_table
Angus Gratton 22487a65ac 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:32:31 +10:00
..
test unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_gen_esp32part_host components: Correct the Python coding style 2018-12-17 07:52:38 +01:00
CMakeLists.txt partition_table: output partition table info for partition_table target 2020-03-23 13:12:49 +08:00
component.mk build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
gen_esp32part.py Fix subtype in PartitionTable.find_by_type 2020-02-10 08:37:45 +01:00
Kconfig.projbuild paritition_table: Verify the partition table md5sum when loading the app 2021-06-02 16:32:31 +10:00
Makefile.projbuild bootloader: Add fault injection resistance to Secure Boot bootloader verification 2021-03-31 17:54:45 +05:30
partitions_singleapp_coredump.csv partition table: Remove hard-coded offsets from default partition tables 2018-08-01 19:23:38 +10:00
partitions_singleapp.csv partition table: Remove hard-coded offsets from default partition tables 2018-08-01 19:23:38 +10:00
partitions_two_ota_coredump.csv partition table: Remove hard-coded offsets from default partition tables 2018-08-01 19:23:38 +10:00
partitions_two_ota.csv partition table: Remove hard-coded offsets from default partition tables 2018-08-01 19:23:38 +10:00
parttool.py partition_table: Fix parttool.py crashes when retrieving partition info 2020-06-04 16:43:06 +08:00
project_include.cmake cmake: Fix bug where PHY partition offset incorrectly set 2020-03-02 23:27:51 +00:00