summaryrefslogtreecommitdiff
path: root/src/certtool-args.def
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-12-17 14:18:17 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-12-17 14:18:19 +0100
commitf49e359fab2bb63eee7a2308d0258b3e2e25a48d (patch)
tree4defaf4314f56cd566c2e127db53d02785c13599 /src/certtool-args.def
parented8fb55c01d18047c0b3a2e11cc43b965352fa01 (diff)
downloadgnutls-f49e359fab2bb63eee7a2308d0258b3e2e25a48d.tar.gz
certtool: introduced the --p7-show-data option
This option allows printing the embedded data in a PKCS#7 signed structure.
Diffstat (limited to 'src/certtool-args.def')
-rw-r--r--src/certtool-args.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def
index d6485cdaf8..95a07b04a8 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -342,6 +342,14 @@ flag = {
};
flag = {
+ name = p7-show-data;
+ disable = "no";
+ disabled;
+ descrip = "Will show the embedded data in the PKCS #7 structure";
+ doc = "This option can be combined with --p7-verify and will display the embedded signed data in the PKCS #7 structure.";
+};
+
+flag = {
name = p7-info;
descrip = "Print information on a PKCS #7 structure";
doc = "";