2019-03-28 13:21:16 -07:00
|
|
|
Go-Attestation
|
|
|
|
==============
|
|
|
|
|
2019-08-05 17:32:18 -07:00
|
|
|
[![GoDoc](https://godoc.org/github.com/google/go-attestation/attest?status.svg)](https://godoc.org/github.com/google/go-attestation/attest)
|
|
|
|
|
2019-03-28 13:21:16 -07:00
|
|
|
Go-Attestation abstracts remote attestation operations across a variety of platforms
|
|
|
|
and TPMs.
|
|
|
|
|
2019-08-29 09:36:35 -07:00
|
|
|
|
|
|
|
## 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`.
|
|
|
|
|
2019-03-28 13:21:16 -07:00
|
|
|
## 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.
|