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

Adding AttestationReport Verification with Certificate only #266

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

Conversation

DGonzalezVillal
Copy link
Member

We currently only offer report verification with a full chain being provided. Although it is safest to provide a whole chain to verify the whole root of trust, there are cases people might want to divide the process into individual steps. This allows users to verify the report with what should be an already verified versioned endorsement key.

I also renamed the VCEK to VEK since we no offer support for both the VLEK and VCEK.

src/firmware/guest/types/snp.rs Outdated Show resolved Hide resolved
@DGonzalezVillal DGonzalezVillal force-pushed the attestation-verify-update branch 2 times, most recently from 9b8eb50 to a88804f Compare January 13, 2025 20:56
@DGonzalezVillal
Copy link
Member Author

@tylerfanelli @larrydewey Re-review please

We currently only offer report verification with a full chain being
provided. Although it is safest to provide a whole chain to verify the
whole root of trust, there are cases people might want to divide the process
into individual steps. This allows users to verify the report with what
should be an already verified versioned endorsement key.

I also renamed the VCEK to VEK since we no offer support for both the
VLEK and VCEK.

Signed-off-by: DGonzalezVillal <[email protected]>
@DGonzalezVillal DGonzalezVillal force-pushed the attestation-verify-update branch from a88804f to 6062867 Compare January 13, 2025 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants