mirror of
https://github.com/google/go-attestation.git
synced 2025-04-19 08:36:19 +00:00
Platform certificates are defined as RFC5755 attribute certificates with various additional attributes and extensions defined in the TCG Platform Certificate Profile. Add support for parsing them, derived from crypto/x509. Include some test certificates and verify we parse them.
Go-Attestation
Go-Attestation abstracts remote attestation operations across a variety of platforms and TPMs.
Installation
The go-attestation package is installable using go get: go get github.com/google/go-attestation/attest
Linux users must install libtspi
and its headers. This can be installed on debian-based systems using: sudo apt-get install libtspi-dev
.
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.
Description
Languages
Go
98.1%
Shell
1.9%