summaryrefslogtreecommitdiff
path: root/src/certtool-args.def
diff options
context:
space:
mode:
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 = "";