Go to file
2019-12-10 10:03:50 -08:00
attest attest: update go-tpm and switch hash method 2019-10-18 10:39:55 -04:00
attributecert attributecert: update names that golint complains about 2019-11-06 11:09:02 +01:00
ci Implement full coverage for TPM 1.2 tests. (#7) 2019-04-04 15:33:00 -07:00
docs docs: add TCG disclosure report 2019-12-10 10:03:50 -08:00
CONTRIBUTING.md Initial commit. 2019-03-28 13:21:16 -07:00
go.mod attest: update go-tpm and switch hash method 2019-10-18 10:39:55 -04:00
go.sum go.sum: run go mod tidy 2019-11-06 09:15:19 +01:00
LICENSE Initial commit. 2019-03-28 13:21:16 -07:00
README.md Update README with installation notes (#88) 2019-08-29 09:36:35 -07:00

Go-Attestation

GoDoc

Go-Attestation abstracts remote attestation operations across a variety of platforms and TPMs.

Installation

The go-attestation package is installable using go get: go get github.com/google/go-attestation/attest

Linux users must install libtspi and its headers. This can be installed on debian-based systems using: sudo apt-get install libtspi-dev.

Status

Go-Attestation is under active development and is not ready for production use. Expect API changes at any time.

Please note that this is not an official Google product.