tdx-quote

Crates.iotdx-quote
lib.rstdx-quote
version0.0.3
sourcesrc
created_at2024-10-02 07:43:06.296359+00
updated_at2025-01-08 12:41:05.063688+00
descriptionParses and verifies Intel TDX quotes
homepage
repositoryhttps://github.com/entropyxyz/tdx-quote
max_upload_size
id1393815
size63,573
core-developers (github:entropyxyz:core-developers)

documentation

README

tdx-quote

Parses and verifies Intel TDX quotes (v4 and v5)

This crate is no_std.

This is inspired by tdx-quote-parser for the types and sgx-quote for the no-std parsing using nom.

This is based on the specification described in the Intel TDX DCAP Quoting Library API, appendix 3.

The mock feature flag allows generating mock quotes, which this library can parse and verify. This is used for testing attestation features on without needing TDX hardware.

The pck feature flag (enabled by default) allows parsing and verifying PCK certificate chains.

Warning: This is in early stages of development and has not been audited.

For quote generation, see configfs-tsm.

Commit count: 65

cargo fmt