4 releases

0.0.5 Jan 7, 2026
0.0.4 Oct 1, 2025
0.0.3 Jan 8, 2025
0.0.2 Jan 8, 2025
0.0.1 Oct 2, 2024

#363 in Cryptography

Download history 53/week @ 2025-10-20 31/week @ 2025-10-27 27/week @ 2025-11-03 44/week @ 2025-11-10 44/week @ 2025-11-17 277/week @ 2025-11-24 209/week @ 2025-12-01 210/week @ 2025-12-08 304/week @ 2025-12-15 64/week @ 2025-12-22 38/week @ 2025-12-29 54/week @ 2026-01-05 95/week @ 2026-01-12 83/week @ 2026-01-19 431/week @ 2026-01-26 952/week @ 2026-02-02

1,562 downloads per month
Used in 10 crates (7 directly)

AGPL-3.0-or-later

44KB
894 lines

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.

Dependencies

~4–6MB
~122K SLoC