summaryrefslogtreecommitdiff
path: root/src/tpmtool-args.def
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-07-21 22:11:38 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-07-21 22:11:38 +0200
commit67b3de5fe34d022593ed9ce216122c10a9c4679d (patch)
tree05d96fd67e5186fca9e7d6c3a793f995b6d88b45 /src/tpmtool-args.def
parent8dedcd323bd0e93313e5f48cdbcb93115e2da6a8 (diff)
downloadgnutls-67b3de5fe34d022593ed9ce216122c10a9c4679d.tar.gz
tpmtool now accepts the --inder and --outder options.
Diffstat (limited to 'src/tpmtool-args.def')
-rw-r--r--src/tpmtool-args.def18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/tpmtool-args.def b/src/tpmtool-args.def
index 5afc0fa370..48b01f6055 100644
--- a/src/tpmtool-args.def
+++ b/src/tpmtool-args.def
@@ -96,6 +96,24 @@ flag = {
doc = "";
};
+flag = {
+ name = inder;
+ descrip = "Use the DER format for keys.";
+ disabled;
+ disable = "no";
+ doc = "The input files will be assumed to be in the portable
+DER format of TPM. The default format is a custom format used by various
+TPM tools";
+};
+
+flag = {
+ name = outder;
+ descrip = "Use DER format for output keys";
+ disabled;
+ disable = "no";
+ doc = "The output will be in the TPM portable DER format.";
+};
+
doc-section = {
ds-type = 'SEE ALSO';
ds-format = 'texi';