Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pre_encrypted_ota question (IEC-267) #475

Open
dizcza opened this issue Feb 15, 2025 · 0 comments
Open

pre_encrypted_ota question (IEC-267) #475

dizcza opened this issue Feb 15, 2025 · 0 comments

Comments

@dizcza
Copy link

dizcza commented Feb 15, 2025

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.

@github-actions github-actions bot changed the title pre_encrypted_ota question pre_encrypted_ota question (IEC-267) Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants