tss2-fapi-rs

Crates.iotss2-fapi-rs
lib.rstss2-fapi-rs
version
sourcesrc
created_at2024-09-02 09:30:50.341874+00
updated_at2025-01-23 18:34:20.606084+00
descriptionProvides a Rust interface to the TSS2.0 Feature API (FAPI)
homepage
repositoryhttps://github.com/tpm2-software/rust-tss-fapi/
max_upload_size
id1360329
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Daniel Trick (danieltrick)

documentation

README

TSS 2.0 FAPI Rust Wrapper

This library provides an interface to the TSS2.0 Feature API (FAPI).

Architectural overview

tss2-fapi-rs Overview

See also

Disclaimer

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.

License

Copyright © 2024-2025 Fraunhofer SIT,
sponsored by the ELISA and ProSeCA research projects.
All rights reserved.

This work is released under the 3-Clause BSD License.

Commit count: 28

cargo fmt