Go to file
Eric Chiang e688ff6d7f attest: rename MintAIK and MintOptions to NewAIK and AIKConfig
This helps the godoc read better and is more inline with Go's naming
scheme. No functional changes made, just naming.
2019-08-28 09:25:14 -07:00
attest attest: rename MintAIK and MintOptions to NewAIK and AIKConfig 2019-08-28 09:25:14 -07:00
ci Implement full coverage for TPM 1.2 tests. (#7) 2019-04-04 15:33:00 -07:00
proto Remove protos only used internally, update package name 2019-07-09 16:02:52 -07:00
verifier Turn appropriate RSAParameter calls into function calls (#71) 2019-08-16 07:33:28 -07:00
CONTRIBUTING.md Initial commit. 2019-03-28 13:21:16 -07:00
go.mod Make SRK/AIK templates consistent with go-tpm-tools (#58) 2019-07-26 13:16:47 -07:00
go.sum Make SRK/AIK templates consistent with go-tpm-tools (#58) 2019-07-26 13:16:47 -07:00
LICENSE Initial commit. 2019-03-28 13:21:16 -07:00
README.md README.md: add godoc badge (#59) 2019-08-05 17:32:18 -07:00

Go-Attestation

GoDoc

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

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.