parallaxsecond / rust-tss-esapi

TSS 2.0 Enhanced System API (ESAPI) Rust wrapper
https://docs.rs/tss-esapi/
Apache License 2.0
86 stars 51 forks source link

Adds a TBS TctiNameConf. #545

Open Superhepper opened 4 days ago

Superhepper commented 4 days ago

When #477 got merged it became possible to build using a path to the tpm2-tss installation instead of depending on pkg-config.

This made it possible to build under Windows. To further increase the support for the windows platform this commit moves the option for TBS TCTI that is being introduced in #523 into a separate commit.

This commit also updates the documentation regarding building using an installation folder.