go-tpm-tools
go-tpm-tools copied to clipboard
Go packages built on go-tpm providing a high-level API for using TPMs
We renamed `master` to `main`
Update the attestation token directory comments in launcherfile.go
Add support for V2 TPM nonce This change will allow the attestation service to generate the V2 TPM nonce. With this support, the Attestation Service will be able to check...
Add a cloudbuild step to download experimental binary from the gcs bucket.
This will allow the gotpm CLI to parse and pretty-print canonical event logs. Additionally, the command supports reading COS canonical event logs and converting them to AttestedCosState protos. This also...
Current token directory has permission `drw-r--r--`, so only root can access the token file inside. This is fine if the container process is run as root. But if the container...
Used to create a test image. Avoiding serial log performance issue.
The first COS event in the COS CEL can optionally be a launcher version. If that event does not exist, we set the `MachineState.Cos.LauncherVersion` to major: 0, minor: 1, patch:...