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

Add HandleManager debug statements. #500

Closed Firstyear closed 6 months ago

Firstyear commented 6 months ago

Object memory management is a very important aspect of TPM programming, and can lead to hard to diagnose errors. This adds debug statements for the addition and removal of object handles to assist in tracing when an object is added or removed.