Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 683 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 683 Bytes

Features

  • 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 targets

  • make test (or just make) to run the unit tests;
  • make coverage to get code coverage stats;
  • make lint to run the code linter (requires golangci-lint).