Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/go-tpm
https://github.com/google/go-tpm
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/google/go-tpm
- Owner: google
- License: apache-2.0
- Created: 2014-08-13T19:53:34.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T14:45:13.000Z (3 months ago)
- Last Synced: 2024-11-17T12:49:26.411Z (25 days ago)
- Language: Go
- Size: 5.15 MB
- Stars: 560
- Watchers: 28
- Forks: 162
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-repositories - google/go-tpm - (Go)
README
Go-TPM
======Go-TPM is a Go library that communicates directly with a TPM device on Linux or
Windows machines.The libraries don't implement the entire spec for neither 1.2 nor 2.0. **If you
need a command that's missing, contributions are welcome!**Please note that this is not an official Google product.
## Structure
The `tpm` directory contains TPM 1.2 client library. This library is in
["maintenance mode"](#tpm-1.2).The `tpm2` directory contains TPM 2.0 client library.
The `examples` directory contains some simple examples for both versions of the
spec.The `direct` directory contains the prototype "TPMDirect" TPM 2.0 API, which is
intended to (eventually) be 1:1 with the TPM 2.0 spec. Please report issues,
complaints, or suggestions using the label
https://github.com/google/go-tpm/labels/tpmdirect.## TPM 1.2
TPM 1.2 support currently has no maintainer. None of the TPM 2.0 maintainers
have expertise on 1.2 either.As such, TPM 1.2 library is in "maintenance" mode - all PRs with new
functionality or non-critical fixes will be rejected.**If you'd like to volunteer to maintain the TPM 1.2 library, you can do so via
an [issue](https://github.com/google/go-tpm/issues).** You don't have to be a
Googler to volunteer.