-
Notifications
You must be signed in to change notification settings - Fork 28
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
Adding a tutorial on how to setup attestation with tpm2-tools #45
Conversation
af7af94
to
1b5c5fb
Compare
1b5c5fb
to
d95b269
Compare
d95b269
to
1b27559
Compare
@stephensmalley please take a look at the changes per your feedback. |
1b27559
to
6c24302
Compare
6c24302
to
6244fa9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
6244fa9
to
54360e4
Compare
### Initial state of the PCR | ||
|
||
The initial values in a PCR index is determined by the platform-specific | ||
specification which is mostly zeroes. Values at a given PCR index can be read |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://www.trustedcomputinggroup.org/wp-content/uploads/PC-Client-Specific-Platform-TPM-Profile-for-TPM-2-0-v43-150126.pdf section 3.7.2 describes the init pattern for the PC client. It's roughly PCR 1-16 is zeros, 17-22 is 0xff's, PCR 23 is zeros. 16 is the minimum number of PCRs required by TPM 1.2
Signed-off-by: Imran Desai <[email protected]>
54360e4
to
e03cca2
Compare
@williamcroberts @tstruk @pdxjohnny please let me know your thoughts.
Fixes #42
Signed-off-by: Imran Desai [email protected]