Skip to content

Commit

Permalink
man/tpm2_unseal: correct manpage
Browse files Browse the repository at this point in the history
The manpage had a copy+paste error when porting the
manpages to markdown. Correct this.

Fixes: #670

Signed-off-by: William Roberts <william.c.roberts@intel.com>
  • Loading branch information
William Roberts committed Dec 1, 2017
1 parent ab82b35 commit 4ab96a4
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions man/tpm2_unseal.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@

# DESCRIPTION

**tpm2_unseal**(1) - performs a hash operation on _FILE_ and returns the results. If
_FILE_ is not specified, then data is read from stdin. If the results of the
hash will be used in a signing operation that uses a restricted signing key,
then the ticket returned by this command can indicate that the hash is safe to
sign.

**NOTE**: The **--set-list** and **--pcr-input-file** options should only be used for
simple PCR authentication policies. For more complex policies the tools should be
ran in an execution environment that keeps the session context alive and pass that
session using the **--input-session-handle** option.
**tpm2_unseal**(1) - -returns the data in a loaded Sealed Data Object.

**NOTE**: The **--set-list** and **--pcr-input-file** options should only be
used for simple PCR authentication policies. For more complex policies the
tools should be ran in an execution environment that keeps the session context
alive and pass that session using the **--input-session-handle** option.

# OPTIONS

Expand Down

0 comments on commit 4ab96a4

Please sign in to comment.