parallaxsecond / rust-tss-esapi

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

Updated the tpm2-tss version for bindings. #505

Closed Superhepper closed 6 months ago

Superhepper commented 6 months ago

Fixes #496

wiktor-k commented 6 months ago

I'm in favor of this PR but I've noticed that the bindgen versions need to somehow align with parsec: https://github.com/parallaxsecond/rust-cryptoki/pull/199#issuecomment-1956681572 (I'm not saying there's a conflict, just noticed a similar PR in cryptoki).

Superhepper commented 6 months ago

I'm in favor of this PR but I've noticed that the bindgen versions need to somehow align with parsec: parallaxsecond/rust-cryptoki#199 (comment) (I'm not saying there's a conflict, just noticed a similar PR in cryptoki).

I have removed that for now. It can be changed at a later stage if necessary.