Skip to content

Commit

Permalink
tpm2_pcrlist: update selection list man page info
Browse files Browse the repository at this point in the history
Add details and correct the pcr selection information
in the man page.

Fixes: #480

Signed-off-by: William Roberts <william.c.roberts@intel.com>
  • Loading branch information
William Roberts committed Oct 26, 2017
1 parent b1cb1de commit 4f2a454
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion man/common/pcr.md
Expand Up @@ -14,4 +14,9 @@ For example:
sha:3,4+sha256:5,6
```
will select PCRs 3 and 4 from the SHA bank and PCRs 5 and 6
from the SHA256 bank.
from the SHA256 bank.

## Note
PCR Selections allow for up to 5 hash to pcr selection mappings.
This is a limitaion in design in the single call to the tpm to
get the pcr values.
6 changes: 4 additions & 2 deletions man/tpm2_pcrlist.1.md
Expand Up @@ -12,7 +12,9 @@

# DESCRIPTION

**tpm2_pcrlist**(1) Displays PCR values.
**tpm2_pcrlist**(1) Displays PCR values. Without any options, **tpm2_pcrlist**
outputs all pcrs and their hash banks. One can use either the **-g** or **-L**
mutually exclusive options to filter the output.

# OPTIONS

Expand All @@ -37,7 +39,7 @@

[common tcti options](common/tcti.md)

[pcr bank specifiers](common/password.md)
[pcr bank specifiers](common/pcr.md)

[supported hash algorithms](common/hash.md)

Expand Down

0 comments on commit 4f2a454

Please sign in to comment.