-
Notifications
You must be signed in to change notification settings - Fork 161
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
Add remaining TPM commands to TPMDirect API #278
Comments
Hi, Chris. I'm trying to implement a ECC-DAA protocol using your repo, it seems that TPM2_Commit() is a necessary. Do you have plans for "commit" function recently? |
Hi, @shuk777! I doubt we will get to it too soon, but if you send a PR to the tpmdirect branch I'd be happy to take a look! Chris |
@matt-tsai, here are the commands we'll need for the upcoming Google work on implicit attestation (https://github.com/google/pint):
|
This change adds the following commands along with tests: * ActivateCredential * Clear * ECDH_ZGen * NV_Certify * NV_Increment * PolicyNV Makes progress on #278
Over 1/3 done now. Congrats again to @matt-tsai on completing so much work on this this summer! We are well on the way to releasing TPMDirect. |
Here are all the commands in 1.59. We can use this tracking bug to track implementation of the rest of them in the tpmdirect branch.
The text was updated successfully, but these errors were encountered: