tdx-quote

Crates.iotdx-quote
lib.rstdx-quote
version0.0.1
sourcesrc
created_at2024-10-02 07:43:06.296359
updated_at2024-10-02 07:43:06.296359
descriptionParses and verifies Intel TDX quotes
homepage
repositoryhttps://github.com/entropyxyz/tdx-quote
max_upload_size
id1393815
size47,780
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.

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

For quote generation, see configfs-tsm.

Commit count: 41

cargo fmt