go-tpm-tools icon indicating copy to clipboard operation
go-tpm-tools copied to clipboard

Go packages built on go-tpm providing a high-level API for using TPMs

Results 69 go-tpm-tools issues
Sort by recently updated
recently updated
newest added

This will allow for easier test failure reproduction. Also, move the ODA test to use us-west1-a, as it consistently fails in us-east1-b.

Are there any plans to refactor go-tpm-tools to use the new TPMDirect API in go-tpm/tpm2? Anyone using the new TPMDirect API and wants to use go-tpm-tools ends up with a...

When reference values come from a small database, allow checking against values that are known ahead of time, without needing to check signatures. This allows the Google Attestation Verifier to...

Greetings, The https://github.com/google/go-sev-guest dependency repository has been updated to remove an outdated dependency. Could it be possible to update your dependencies accordingly ? Thanks !

To match most vTPMs implementations, the MAX_NV_BUFFER_SIZE has been increased to 2048

This PR adds a step to the build/test process that removes "presubmit" images 30+ days old from the confidential-space-images-dev project.

Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.5 to 1.1.12. Release notes Sourced from github.com/opencontainers/runc's releases. runc 1.1.12 -- "Now you're thinking with Portals™!" This is the twelfth patch release in the 1.1.z release...

dependencies

Clean up go.mod and upgrade dependencies. Update all Go version to 1.21. Changes made to accommodate linter for deprecation errors: 1. Update `cmd/flush.go` `cmd/pubkey.go ``` cobra.ExactValidArgs(1) -> cobra.MatchAll(cobra.ExactArgs(1), cobra.OnlyValidArgs) ```...