atlas-rs 0.2.0

attested TLS (aTLS) core library for verifying TEE attestations over TLS connections
Documentation
1
2
3
4
5
6
7
8
//! Generic TDX types and utilities.
//!
//! This module provides base types and functions for TDX attestation verification
//! that are not specific to any particular TDX deployment platform.

pub mod config;

pub use config::{ExpectedBootchain, TCB_STATUS_LIST};