tpm2-software / tpm2-pytss

Python bindings for TSS
https://tpm2-pytss.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
64 stars 45 forks source link

ESAPI: add context manager to flush ESAPI handles. #599

Closed whooo closed 1 month ago

whooo commented 1 month ago

With this is possible to explicity flush transient handles. Useful with temporary handles, for example a primary key handle when just loading a key and when there are no resource manager available.

Fixes #595

whooo commented 1 month ago

Merged in https://github.com/tpm2-software/tpm2-pytss/pull/604