esp-idf/components/bootloader_support/include
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
..
bootloader_clock.h Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 13:44:24 +10:00
bootloader_common.h bootloader_support: refactor to better support multi target 2019-12-23 05:45:17 +00:00
bootloader_flash_config.h spi_flash: add config option to override flash size in bootloader header 2021-02-23 01:23:53 +08:00
bootloader_random.h bootloader_support: Add C++ header guards 2019-06-26 11:26:56 +10:00
bootloader_util.h bootloader_support: Add C++ header guards 2019-06-26 11:26:56 +10:00
esp_app_format.h Add chip revision into image header 2019-09-16 18:13:53 +08:00
esp_flash_data_types.h merge esp_flash_data_types into esp_flash_partitions 2019-03-18 08:51:55 +00:00
esp_flash_encrypt.h efuse: Add ESP32 V3 'disable Download Mode' functionality 2020-12-16 17:08:04 +11:00
esp_flash_partitions.h paritition_table: Verify the partition table md5sum when loading the app 2021-06-02 16:31:19 +10:00
esp_image_format.h spi_flash: add config option to override flash size in bootloader header 2021-02-23 01:23:53 +08:00
esp_secure_boot.h bootloader: Add fault injection resistance to Secure Boot bootloader verification 2020-03-06 01:16:04 +05:30