Skip to content

pre_encrypted_ota question (IEC-267) #475

@dizcza

Description

@dizcza

Don't you need to call esp_encrypted_img_decrypt_abort() here

ESP_LOGE(TAG, "Complete data was not received.");

?

Another question, does anyone plan to port this encryption functionality to Arduino? Sadly, CONFIG_ESP_HTTPS_OTA_DECRYPT_CB is disabled by default so I cannot simply use my ESP-IDF code on Arduino. And like many others, I disagree with the official recommendations posted here https://esp32.com/viewtopic.php?f=13&t=31410 suggesting using Flash encryption only and storing binaries as plain text on servers. Nor do I want to write a workaround to mitigate this issue.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions