- Implementation of the attestation extension defined in TCG DICE Attestation Architecture.
- Implementation of TCG DICE TCB Info evidence extension.
- Implementation of Open DICE certificate (CBOR and X.509) chain validation and claim extraction.
make test
(or justmake
) to run the unit tests;make coverage
to get code coverage stats;make lint
to run the code linter (requires golangci-lint).