TPM
Differences between revisions 3 and 4
1083
Comment:
|
1085
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
||<tablebgcolor="#f1f1ed" tablewidth="20%" tablestyle="margin: 0pt 0pt 1em 1em; float: right; font-size: 0.9em;"style="padding: 0.5em;"><<TableOfContents>>|| | |
Line 9: | Line 8: |
||<tablebgcolor="#f1f1ed" tablewidth="20%" tablestyle="margin: 0pt 0pt 1em 1em; float: right; font-size: 0.9em;"style="padding: 0.5em;"><<TableOfContents>>|| |
Trusted Platform Module
TPM stands for Trusted Platform Module. TPM devices have two main implementations: an older one, called TPM or TPM 1.2, which has been in use for a number of years in various applications, and a newer implementation called TPM 2, which has started to appear on many modern devices.
This document focuses only on TPM2.
TPM2
[ describe theoretical uses for tpm2 ]
Using the TPM
Starting a resource manager
If the resource manager isn't started automaticlaly:
$ sudo service tpm2-abrmd start
Or:
/usr/sbin/tpm2-abrmd -T device
# For simulator ... /usr/sbin/tpm2-abrmd -T mssim
Listing PCRs
tpm2_listpcrs / tpm2_pcrlist
Hashing a value
[other useful userland things]
Reference
[ link to Practical Guide to TPM2 book ]
TPM (last edited 2019-02-19 14:09:12 by cyphermox)