configfs-tsm 0.0.1

Generate quotes for remote attestation on confidential computing platforms using Linux's configfs-tsm filesystem interface.
Documentation
  • Coverage
  • 68.75%
    11 out of 16 items documented0 out of 10 items with examples
  • Size
  • Source code size: 11.08 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.67 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • entropyxyz/configfs-tsm
    0 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ameba23 github:entropyxyz:core-developers

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