-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement support for Secure Boot V2 #191
Comments
Hi what exactly here is needed ? |
I'm not entirely sure to be honest, I haven't read through the linked documentation yet. I believe it involves signing the image with some cryptographic key, there may be additional steps. |
This is a pretty important production feature - whats the status of this issue in the backlog? Any planned work to implement this? |
At this point we do not really have plans to implement any new features in I would love to see a PR for this, I would be more than happy to review one. Otherwise, |
Yes, for secure boot, the only thing necessary is some way to add secure padding to the app image prior to calculating the sha256 signature. |
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/security/secure-boot-v2.html
The text was updated successfully, but these errors were encountered: