mirror of
https://github.com/google/go-attestation.git
synced 2024-12-19 04:57:59 +00:00
7d7676beda
Event log parsing requires knowning both the public key and signing parameters. Symmantically, this information should be from an attested public key blob, not additional data passed by the client. Introduce a new method for parsing an AIK's public key blob, returning a new AIKPublic struct. |
||
---|---|---|
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.