#quote #platform #confidential-computing #interface #generate #linux #attestation

bin+lib configfs-tsm

Generate quotes for remote attestation on confidential computing platforms using Linux's configfs-tsm filesystem interface

1 unstable release

0.0.1 Oct 2, 2024

#34 in #attestation

Download history 182/week @ 2024-09-29 46/week @ 2024-10-06 38/week @ 2024-10-13 62/week @ 2024-10-20 32/week @ 2024-10-27

186 downloads per month

AGPL-3.0-or-later

12KB
163 lines

configfs-tsm

This can generate quotes for remote attestation on confidential computing platforms using Linux's configfs-tsm filesystem interface.

This is designed for and tested with Intel TDX, but since the configfs-tsm is a platform-agnostic interface, this could potentially work with other platforms such as Intel SGX, or AMD SEV.

This crate has no dependencies and generates quotes only by reading and writing local files.

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


lib.rs:

This can generate quotes for remote attestation on confidential computing platforms using Linux's configfs-tsm filesystem interface.

This is designed for and tested with Intel TDX, but since the configfs-tsm is a platform-agnostic interface, this could potentially work with other platforms such as Intel SGX, or AMD SEV.

This crate has no dependencies and generates quotes only by reading and writing local files.

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

No runtime deps