forked from google/go-tpm-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [launcher] Add TDX/RTMR attestation in launcher (google#478) Allow a TDX machine to create a TD quote and request a hardware rooted attestation from the attestation verifier. ./launcher ci will now only run in linux. Upgrade go-sev-guest. Signed-off-by: Jiankun Lu <[email protected]> * implement AttestationEvidence for TDX * Revert "implement AttestationEvidence for TDX" This reverts commit d150246. * [launcher] Allow multiple Root of Trust in Agent (google#517) Launcher Attestation Agent now can support multiple Root of Trust. Extend operation will extend measurements to all RoTs. Attest will generate quote/report using a technology specific RoT (like TDX RTMR), and fallback to use TPM if no such technology specific RoT can be found. Signed-off-by: Jiankun Lu <[email protected]> * Add ContainerImageSignature type to verifier client (google#521) --------- Signed-off-by: Jiankun Lu <[email protected]> Co-authored-by: Jessie Liu <[email protected]> Co-authored-by: Jessie Liu <[email protected]>
- Loading branch information
1 parent
d56b654
commit 775a60e
Showing
16 changed files
with
552 additions
and
302 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
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.