Categorygithub.com/veraison/dice
repository
0.1.0
Repository: https://github.com/veraison/dice.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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