Go to file
Tom D 063d2bdf7e
Implement full coverage for TPM 1.2 tests. (#7)
* Generate and store a fake EK certificate in TPM 1.2 test setup.

* Fix run of gen_ekcert.go

* Write out NVRAM cert header when generating ek cert

* Remove build flag gating tpm12 tests.
2019-04-04 15:33:00 -07:00
attest Implement full coverage for TPM 1.2 tests. (#7) 2019-04-04 15:33:00 -07:00
ci Implement full coverage for TPM 1.2 tests. (#7) 2019-04-04 15:33:00 -07:00
CONTRIBUTING.md Initial commit. 2019-03-28 13:21:16 -07:00
go.mod Update certificate-transparency-go dependency to fix broken reference 2019-04-03 09:37:57 -07:00
go.sum Update certificate-transparency-go dependency to fix broken reference 2019-04-03 09:37:57 -07:00
LICENSE Initial commit. 2019-03-28 13:21:16 -07:00
README.md Update README 2019-04-01 12:50:53 -07:00

Go-Attestation

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.

Build tags on tests

  • localtest - Runs tests against TPM hardware of the local system.
  • tpm12 - Runs TPM 1.2 specific tests against the local system.