Go to file
Eric Chiang 2464131d7c Add a Public() method to the AIK that returns a public key (#55)
We plan to identify AIKs based on their public key. The raw blob should
be available via the AttestationParameters, but we hope that users will
only use that struct for generating challenges.

Because this parses the public key on AIK creation and loading, this PR
should have existing coverage.
2019-07-22 09:18:51 -07:00
attest Add a Public() method to the AIK that returns a public key (#55) 2019-07-22 09:18:51 -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 Add support for multiple certificate directories (#47) 2019-07-03 10:07:16 -07:00
CONTRIBUTING.md Initial commit. 2019-03-28 13:21:16 -07:00
go.mod Remove ekcert blacklist. (#37) 2019-06-17 09:49:16 -07:00
go.sum Remove ekcert blacklist. (#37) 2019-06-17 09:49:16 -07:00
LICENSE Initial commit. 2019-03-28 13:21:16 -07:00
README.md Refactor tests: remove build tags, de-dupe, use flags to control test runs from now on (#8) 2019-04-05 14:49:36 -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.