forked from google/go-tpm-tools
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove VerifyAttestation dependency on SNP/TDX (google#523)
Previously, VerifyAttestation required passing a SNP or TDX attestation when it detected the appropriate NonHostInfo event in the UEFI event log. This introduces a weak verification requirement that gives no guarantees in the resulting claim that the vTPM and SNP/TDX devices are actually on the same machine. Fixes google#500. We still need to remove the client auto collection of SNP/TDX attestation (google#504), but that is a bit more work since we also need to update the gotpm CLI to include SNP and TDX attestation collection.
- Loading branch information
Showing
5 changed files
with
6 additions
and
693 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.