-
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
Add pcrauth status #3337
base: master
Are you sure you want to change the base?
Add pcrauth status #3337
Conversation
35c0cc7
to
279b4ba
Compare
TODO:
|
377c8db
to
313e8f7
Compare
… set Signed-off-by: Imran Desai <[email protected]>
Fixes tpm2-software#3333 Signed-off-by: Imran Desai <[email protected]>
313e8f7
to
0ae8cee
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3337 +/- ##
==========================================
- Coverage 74.38% 73.97% -0.42%
==========================================
Files 173 174 +1
Lines 23673 23835 +162
==========================================
+ Hits 17610 17631 +21
- Misses 6063 6204 +141 ☔ View full report in Codecov by Sentry. |
Hmmmmm... you know that pcrsetauthvalue is forbidden for all PTP compatible TPMs, right ? |
This is implementing the command spec for TPMs that implement the command. |
Please add big warnings to the manpage and also to the error printf's that this is not included in PC-Client compatible TPM; indicating that this is actually forbidden for PTP compliant TPMs. |
Fixes #3330
Fixes #3333