summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-17 09:20:42 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-17 09:20:42 +0200
commitc9ff090094bd37bb68e4f9f6a9245d07c1fe367a (patch)
tree34d9f3bdc1400b10f820fdbe46292041e64bfbb6 /manual
parent0d2f5b9b15a7620456bee437c1eb06fda1b0462b (diff)
downloadgnutls-c9ff090094bd37bb68e4f9f6a9245d07c1fe367a.tar.gz
Added tpmtool output
Diffstat (limited to 'manual')
-rw-r--r--manual/gnutls.html44
-rw-r--r--manual/gnutls.pdfbin1253834 -> 1255947 bytes
-rw-r--r--manual/html_node/tpmtool-Invocation.html44
3 files changed, 86 insertions, 2 deletions
diff --git a/manual/gnutls.html b/manual/gnutls.html
index c3fdff54ba..532b0b486c 100644
--- a/manual/gnutls.html
+++ b/manual/gnutls.html
@@ -7303,7 +7303,49 @@ used to select the program, defaulting to <samp>more</samp>. Both will exit
with a status code of 0.
</p>
<div class="example">
-<pre class="example">tpmtool is unavailable - no --help
+<pre class="example">tpmtool - GnuTLS TPM tool
+Usage: tpmtool [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]...
+
+ -d, --debug=num Enable debugging
+ - it must be in the range:
+ 0 to 9999
+ --infile=file Input file
+ - file must pre-exist
+ --outfile=str Output file
+ --generate-rsa Generate an RSA private-public key pair
+ --register Any generated key will be registered in the TPM
+ - requires the option 'generate-rsa'
+ --signing Any generated key will be a signing key
+ - requires the option 'generate-rsa'
+ -- and prohibits the option 'legacy'
+ --legacy Any generated key will be a legacy key
+ - requires the option 'generate-rsa'
+ -- and prohibits the option 'signing'
+ --user Any registered key will be a user key
+ - requires the option 'register'
+ -- and prohibits the option 'system'
+ --system Any registred key will be a system key
+ - requires the option 'register'
+ -- and prohibits the option 'user'
+ --pubkey=str Prints the public key of the provided key
+ --list Lists all stored keys in the TPM
+ --delete=str Delete the key identified by the given URL (UUID).
+ --sec-param=str Specify the security level [low, legacy, normal, high, ultra].
+ --bits=num Specify the number of bits for key generate
+ --inder Use the DER format for keys.
+ - disabled as '--no-inder'
+ --outder Use DER format for output keys
+ - disabled as '--no-outder'
+ -v, --version[=arg] output version information and exit
+ -h, --help display extended usage information and exit
+ -!, --more-help extended usage information passed thru pager
+
+Options are specified by doubled hyphens and their name or by a single
+hyphen and the flag character.
+
+Program that allows handling cryptographic data from the TPM chip.
+
+Please send bug reports to: &lt;@PACKAGE_BUGREPORT@&gt;
</pre></div>
<a name="tpmtool-debug"></a><a name="debug-option-_0028_002dd_0029-6"></a>
diff --git a/manual/gnutls.pdf b/manual/gnutls.pdf
index ebc29ff495..f2e94b086d 100644
--- a/manual/gnutls.pdf
+++ b/manual/gnutls.pdf
Binary files differ
diff --git a/manual/html_node/tpmtool-Invocation.html b/manual/html_node/tpmtool-Invocation.html
index 51560b04a7..307ff17970 100644
--- a/manual/html_node/tpmtool-Invocation.html
+++ b/manual/html_node/tpmtool-Invocation.html
@@ -188,7 +188,49 @@ used to select the program, defaulting to <samp>more</samp>. Both will exit
with a status code of 0.
</p>
<div class="example">
-<pre class="example">tpmtool is unavailable - no --help
+<pre class="example">tpmtool - GnuTLS TPM tool
+Usage: tpmtool [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]...
+
+ -d, --debug=num Enable debugging
+ - it must be in the range:
+ 0 to 9999
+ --infile=file Input file
+ - file must pre-exist
+ --outfile=str Output file
+ --generate-rsa Generate an RSA private-public key pair
+ --register Any generated key will be registered in the TPM
+ - requires the option 'generate-rsa'
+ --signing Any generated key will be a signing key
+ - requires the option 'generate-rsa'
+ -- and prohibits the option 'legacy'
+ --legacy Any generated key will be a legacy key
+ - requires the option 'generate-rsa'
+ -- and prohibits the option 'signing'
+ --user Any registered key will be a user key
+ - requires the option 'register'
+ -- and prohibits the option 'system'
+ --system Any registred key will be a system key
+ - requires the option 'register'
+ -- and prohibits the option 'user'
+ --pubkey=str Prints the public key of the provided key
+ --list Lists all stored keys in the TPM
+ --delete=str Delete the key identified by the given URL (UUID).
+ --sec-param=str Specify the security level [low, legacy, normal, high, ultra].
+ --bits=num Specify the number of bits for key generate
+ --inder Use the DER format for keys.
+ - disabled as '--no-inder'
+ --outder Use DER format for output keys
+ - disabled as '--no-outder'
+ -v, --version[=arg] output version information and exit
+ -h, --help display extended usage information and exit
+ -!, --more-help extended usage information passed thru pager
+
+Options are specified by doubled hyphens and their name or by a single
+hyphen and the flag character.
+
+Program that allows handling cryptographic data from the TPM chip.
+
+Please send bug reports to: &lt;@PACKAGE_BUGREPORT@&gt;
</pre></div>
<a name="tpmtool-debug"></a><a name="debug-option-_0028_002dd_0029-6"></a>