Cherry-pick to earlgrey_1.0.0: [rom_ext_e2e] Check the attestation certificates#25076
Merged
cfrantz merged 3 commits intolowRISC:earlgrey_1.0.0from Nov 12, 2024
Merged
Cherry-pick to earlgrey_1.0.0: [rom_ext_e2e] Check the attestation certificates#25076cfrantz merged 3 commits intolowRISC:earlgrey_1.0.0from
cfrantz merged 3 commits intolowRISC:earlgrey_1.0.0from
Conversation
Signed-off-by: Chris Frantz <[email protected]> (cherry picked from commit cc6f97b)
Examine the attestation certificates and check the measurements published in the DiceTcbInfo extensions. Signed-off-by: Chris Frantz <[email protected]> (cherry picked from commit edabd2f)
1. Report the DICE measurements in big-endian order. 2. Check the key IDs reported by the DICE certs. Signed-off-by: Chris Frantz <[email protected]> (cherry picked from commit 4f179e0)
timothytrippel
approved these changes
Nov 11, 2024
Contributor
Author
|
The CI test failure is not related to this change. |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin master
git worktree add -d .worktree/backport-25076-to-master origin/master
cd .worktree/backport-25076-to-master
git switch --create backport-25076-to-master
git cherry-pick -x 9ba24f0292ba15abd5a8bf86a32577cecf64e08f adf0af5c0ff7d0acfe9903694ec0522b7741d8a4 cdbaa8439c6e411414de1274b26c26614ddffedc |
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.
This PR is a manual cherry-pick of #24793 & #24829.