docs(security): migrate secure boot to RSA-3072 and reorder lockdown phases#114
Merged
Conversation
…or RSA-3072 The six files were never-used placeholders (raw bytes mislabeled .pem, random digests). README now documents RSA-3072 signing and three-key rotation; real keys ship with the first signed release.
ECDSA Secure Boot v2 is non-functional on ESP32-P4 (chip errata); RSA-3072 is the only working option and is also the faster verifier. Adds a third digest slot (two rotations), modernizes tooling to esptool v5, and reorders the eFuse burn table so read-protected keys precede secure boot.
…o PIN Roadmap order now matches the safe eFuse burn order (every read-protected key burned before secure boot write-protects RD_DIS): NVS encryption (PIN-coupled) -> flash encryption -> secure boot -> SD updates -> release lockdown. Also migrates to RSA-3072 / three keys, marks the dual-OTA partition table adopted, and documents on-device vs serial deployment profiles.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation-only update to the security roadmap (
docs/security-plan.md,docs/secure-boot.md) after reviewing the ESP-IDF v6.0.2 security changes.Highlights
CONFIG_SECURE_BOOT_INSECURE). RSA-3072 is the only working scheme and the faster verifier here. Fixes the algorithm table, sdkconfig option names, and updates tooling to esptool v5.RD_DIS: NVS encryption → flash encryption → secure boot → SD updates → release lockdown.kern_secure_boot/README.mdrefreshed.No code changes.