The tss2-fapi-rs
Rust crate provides an interface to the TSS2.0 Feature API (FAPI).
The tss2-fapi-rs
project is organized as follows:
tss2-fapi-rs
├── Cargo.toml The "manifest" file for Cargo
├── build.rs Build script (for pkg-config + bindgen)
├── docs Various bits of documentation
├── examples Usage examples
│ └── data Example FAPI configuration
├── src Source code of the "tss2-fapi-rs" library
│ └── fapi_sys Low-level FFI bindings for FAPI
├── tests Integration tests
│ └── data Test configuration files
└── tools Build tools
├── codecov Code coverage analysis script (llvm-cov)
├── docker Docker test/build environment
│ ├── build Build container
│ ├── swtpm Software TPM container
│ └── tests Test container
└── libtpms Test driver script for using libtpms
The documentation for tss2-fapi-rs
is created with rustdoc
and can be viewed online at:
The current version of the API does not offer any security or code safety guarantees. The implementation that is provided is suitable for exploratory testing and experimentation only. This test implementation does not offer any tangible security benefits and therefore is not suitable for use in production. Documentation pages may be incomplete and are subject to change without notice. Interfaces may change in such a way as to break compatibility with client code. Contributions from the developer community are welcome.
Copyright 2024, Fraunhofer SIT sponsored by the ELISA research project.
All rights reserved.
This work is released under the 3-Clause BSD License (SPDX short identifier: BSD-3-Clause
).