From: Nikos Mavrogiannopoulos Date: Mon, 10 Jun 2013 23:04:53 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_2_2~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=808facb6549fb97809b757d21e47050af10316ff;p=thirdparty%2Fgnutls.git doc update --- diff --git a/doc/invoke-tpmtool.texi b/doc/invoke-tpmtool.texi index d560807a64..ad4f183e82 100644 --- a/doc/invoke-tpmtool.texi +++ b/doc/invoke-tpmtool.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-tpmtool.texi) # -# It has been AutoGen-ed May 5, 2013 at 03:51:58 PM by AutoGen 5.17.3 +# It has been AutoGen-ed June 10, 2013 at 08:52:11 PM by AutoGen 5.17.3 # From the definitions ../src/tpmtool-args.def # and the template file agtexi-cmd.tpl @end ignore @@ -35,7 +35,49 @@ with a status code of 0. @exampleindent 0 @example -tpmtool is unavailable - no --help +tpmtool - GnuTLS TPM tool +Usage: tpmtool [ - [] | --[@{=| @}] ]... + + -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: @end example @exampleindent 4 diff --git a/doc/manpages/tpmtool.1 b/doc/manpages/tpmtool.1 index c2a4441479..d0d7f52b97 100644 --- a/doc/manpages/tpmtool.1 +++ b/doc/manpages/tpmtool.1 @@ -1,8 +1,8 @@ -.TH tpmtool 1 "05 May 2013" "@VERSION@" "User Commands" +.TH tpmtool 1 "10 Jun 2013" "@VERSION@" "User Commands" .\" .\" DO NOT EDIT THIS FILE (tpmtool-args.man) .\" -.\" It has been AutoGen-ed May 5, 2013 at 03:45:59 PM by AutoGen 5.17.3 +.\" It has been AutoGen-ed June 10, 2013 at 08:48:19 PM by AutoGen 5.17.3 .\" From the definitions ../../src/tpmtool-args.def.tmp .\" and the template file agman-cmd.tpl .\"