Files
esp-idf/components
KonstantinKondrashov d9be32629e bootloader: Fixed a case when signed OTA updates fail when debugger is attached due to the wrong image_len.
And it fixed another case for bootloader_common_get_sha256_of_partition() when CHECK_SIGNATURE is on
- If RSA signature check is on in Kconfig then sha256 was 0xFFFFF...
because image_load gave image_len which pointed to the end of sign blocks.
And image_digest was filled from a wrong position.

Closes https://github.com/espressif/esp-idf/issues/6873
2021-05-05 11:53:57 +00:00
..
2021-04-22 21:07:35 +08:00
2021-03-31 19:17:33 +08:00
2021-02-26 19:45:48 +08:00
2021-03-31 19:17:33 +08:00