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
Fixes problem with sign requiring a HashcheckTicket.
- This fixes#475 by making the HashcheckTicket that was
previously required in the ```sign``` context method
optional instead. If it is ```None``` it is then internally
converted into the HashcheckTicket version of the `Null ticket`
before being converted to the corresponding TSS type.
This has the benefit of removing the need to use the TSS type in
order to create a `Null ticket`.
Signed-off-by: Jesper Brynolf <jesper.brynolf@gmail.com>
0 commit comments