You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixestpm2-software#595
Signed-off-by: Erik Larsson <[email protected]>
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.
Fixestpm2-software#595
Signed-off-by: Erik Larsson <[email protected]>
the parent context isn't flushed during a create and load commands cleanly which causes issues in using pytss with a swtpm (no resource mgr, etc).
suggestion is to add in the flush commands shown below to
tpm2_pytss/tsskey.py
.i can submit a small pr if needed
The text was updated successfully, but these errors were encountered: