Files
esp-idf/tools/test_apps/security/secure_boot/main/Kconfig.projbuild
harshal.patil a6ea9bcd41 fix(secure_boot): Fix SB verification failure when sig block and key digest mismatch
- Secure boot V2 verification failed when multiple keys are used to sign the bootloader
  and the application is signed with a key other than the first key that is used to
  sign the bootloader.
- The issue was introduced as a regression from the commit `ff16ce43`.
- Added a QEMU test for recreating the issue.
- Made SECURE_BOOT_FLASH_BOOTLOADER_DEFAULT independent of SECURE_BOOT_BUILD_SIGNED_BINARIES.
2025-03-04 11:26:51 +05:30

10 lines
204 B
Plaintext

menu "Example Configuration"
config EXAMPLE_TARGET_QEMU
bool "Run the example tests for target QEMU"
default n
help
Run the example tests for target QEMU
endmenu