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
arianvp
changed the title
tpm2_create ignores --creation-hash and --creation-datatpm2_create ignores --creation-hash , --creation-data and --creation-ticketOct 18, 2024
If --key-context is used the context file is created by the tpm2_createloaded command. This option can be used to avoid the normal tpm2_create and tpm2_load command sequences and do it all in one command but the data you expected will not be produced.
The files will be produced if --key-context in not used. To create the context you can use tpm2_load. It would not be bad to produce a warning in this case.
Expected behaviour
devid.hash
is created.devid.data
is created.devid.ticket
is created.Observed behaviour
Non of the files are created.
Reproducer
The text was updated successfully, but these errors were encountered: