-
Notifications
You must be signed in to change notification settings - Fork 62
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
keygen -rsa -eh failed with TPM_RC_BAD_AUTH #282
Comments
Hi @TheBigFish , Thank you for the report. I can reproduce and will investigate. Seems to just be an issue with the endorsement hierarchy . Can you tell me more about your TPM use case?
|
I use the ftpm as a DTA in optee_os as TA1,and use wolftpm and wolfssl in another DTA as TA2。 |
Hi @TheBigFish , The What are you planning to use the child EH key for? Is this a make/activate credential? If so you might have been luck with Thanks, |
Hi @dgarske
The first step in "Example usage" is Thanks! |
Hi @TheBigFish , Thank you for pointing that out. I'll continue to investigate. Thanks, |
FYI: This issue is now documented in our CI testing here: https://github.com/wolfSSL/wolfTPM/blob/master/examples/run_examples.sh#L105 |
Hi @TheBigFish , I finally made time to resolve the endorsement key issues. The problem was very minor with a change to not use created loaded and also an issue with not populating the "name" field correctly. Fixes have been pushed to: #320 Thanks, |
I try to test wolftpm with ftpm (ms-tpm-20-ref), while
keygen - rsa
it works fine, but add parameter-eh
, askeygen - rsa -eh
, get errosFailure 0x9a2: TPM_RC_BAD_AUTH: Authorization failure without DA implications
:Thanks!
The text was updated successfully, but these errors were encountered: