mirror of
https://github.com/google/go-attestation.git
synced 2024-12-21 22:07:56 +00:00
2464131d7c
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. |
||
---|---|---|
attest | ||
ci | ||
proto | ||
verifier | ||
CONTRIBUTING.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
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.