rust-tss-esapi icon indicating copy to clipboard operation
rust-tss-esapi copied to clipboard

TSS 2.0 Enhanced System API (ESAPI) Rust wrapper

Results 58 rust-tss-esapi issues
Sort by recently updated
recently updated
newest added
trafficstars

This is just an experiment to see how far can we go with building the crate on Windows using code from #523. I'll try to push it as far as...

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...

This adds support other keys than RSA2048 and ECC Nist P256. This takes the following PRs and from the main branch and adapts them so that they can be merged...

This brings support for a pure rust implementation of make credentials which will not involve the TPM or `tpm2-tss`. Fixes #160

At the moment, ci does not complain, if somebody adds code which does not compile when only some features are enabled. (e.g. `rsa`, `sha1`, ...). I think we should add...

Hello, In the certify example it is indicated that " The Authority in this process does not require a TPM - for brevity we use one in this example but...

I suddenly caused a SIGSEGC in libtss2-esys.so.0 rust-lldb output with unimportant stuff omitted ``` running 1 test Process 2162779 stopped and restarted: thread 2 received signal: SIGCHLD Process 2162779 stopped...

Valgrind is being disabled on the CI due to some issues between `cargo-valgrind` and the test executable binary discussed here: https://github.com/rust-lang/rust/issues/133574 Seems the fix will roll out with Rust v1.84

(I originally posted this on the parsec slack channel, but I thought maybe here it'll get more eyeballs) Hi everybody! I'm working on updating an ancient (relatively) project which depends...