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

Cert tweaks to names and TCB info #1725

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nquarton
Copy link
Contributor

No description provided.

@@ -252,6 +252,6 @@ impl FmcAliasLayer {
flags |= dice::FLAG_BIT_DEBUG;
}

flags.to_be_bytes()
flags.reverse_bits().to_be_bytes()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do the bits need to be reversed? The constants seem to match the spec.

@@ -30,7 +30,7 @@ Certificate:
2.23.133.5.4.4:
0....................
2.23.133.5.4.1:
DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the change that leads to the TCBInfo extension being shorter?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FMC Issues affects FMC ROM Issue affects ROM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DICE: Minor Changes required to TCBInfo Sections of FMC_ALIAS / RT_ALIAS
2 participants