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

With new integrity file-system changes, we need a way to ensure disk performance is consistent across releases of Confidential Space. Followed instructions at: https://cloud.google.com/compute/docs/disks/benchmarking-pd-performance#existing-disk Separate change to automate this test.

Hi there, we're evaluating GCS and this tooling, and we'd like for the workload containers to be able to retrieve a raw hardware attestation with a custom nonce/runtime_data, not just...

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.18 to 1.6.26. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.6.26 Welcome to the v1.6.26 release of containerd! The twenty-sixth patch release for containerd 1.6 contains various...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.13.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

Add a server in the launcher to allow host container communication. Refactor container_runner.go, move some code to verifier/util.go Export HostTokenPath Tests to be added in a subsequent PR (as it'll...

FR to allow [client.Key](https://pkg.go.dev/github.com/google/go-tpm-tools/client#Key) full persistence such that can be loadable after power cycles. Right now the only way to reuse objects across reboots is to `evictcontrol()` and find one...

Update cloudbuild config, so it's easier for dev to run in their own projects.