Skip to content

veraison/dice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).