tss-sapi

Crates.iotss-sapi
lib.rstss-sapi
version0.0.5
sourcesrc
created_at2017-09-11 16:15:09.429056
updated_at2017-10-09 21:05:49.592778
descriptionBindings to the TPM 2.0 TSS SAPI
homepagehttps://gitlab.com/starlab-io/tss-sapi
repositoryhttps://gitlab.com/starlab-io/tss-sapi.git
max_upload_size
id31409
size863,310
Doug Goldstein (cardoe)

documentation

https://docs.rs/tss-sapi

README

Build status Rust version Documentation Latest version All downloads Downloads of latest version

TPM 2.0 TSS (TPM Software Stack) SAPI (System API) Rust Wrapper

Build

To compile this library you must have tpm2-tss installed from https://github.com/01org/tpm2-tss

If you have it installed in a non-standard path you can export the following environment variables:

  • SAPI_LIBS_PATH to where libsapi.so lives
  • TCTI_DEV_LIBS_PATH to where libtcti-device.so lives
  • TCTI_SOCK_LIBS_PATH to where libtcti-socket.so lives

Optionally you can also build with --no-default-features and then enable either tcti-device or tcti-socket.

Commit count: 80

cargo fmt