-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too much pcrs to get! try to split into multiple calls... #3436
Comments
If -H is not available you can use:
If you work directly with the device autoflush (available from version 5.7) could be useful: |
Thank you for the quick reply, I receive the following error:
Do you know what can be the issue? |
I tried your example with version 5.7 and it worked without problems:
Which version did you use? |
@JuergenReppSIT it seems there is a bug in 5.6.1, because in 5.5.1 it works as expected. |
@f-squirrel That's strange. I also tried it with version 5.6.1 and it also worked. |
Hi,
In the previous versions (e.g., 3.0.4)
tpm2_unseal
supported unsealing objects by providing a handle:tpm2_unseal -H 0x8100000 -L "sha1:0,2,4,7" -o file.bin
I am trying to do the same with the version 5.6.1:
The old version succeeds to unseal, both running on the same machine.
TPM2TOOLS version:
TSS VERSION: 4.1.3
Note: I am working directly with the device, so I have to make sure I do not use more than three handles at the time :)
EDIT: It works in 5.5.1 without errors. It seems to be a bug.
The text was updated successfully, but these errors were encountered: