summaryrefslogtreecommitdiff
path: root/src/certtool-args.def
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-06-02 08:57:34 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-06-02 08:57:34 +0200
commit6d17a2bc71aade7845c07d743cb780b2029c0bd6 (patch)
tree6c0d7ae8c39ad318c1f0770d112c54b4b9bfb413 /src/certtool-args.def
parentaeb2a2f0510c81efadcedff83769c6af4f46a21c (diff)
downloadgnutls-6d17a2bc71aade7845c07d743cb780b2029c0bd6.tar.gz
certtool: allow verifying PKCS #7 with detached data
Diffstat (limited to 'src/certtool-args.def')
-rw-r--r--src/certtool-args.def9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def
index 6bf86ea7f2..d6241fc9ef 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -179,6 +179,13 @@ flag = {
};
flag = {
+ name = load-data;
+ descrip = "Loads auxilary data";
+ arg-type = string;
+ doc = "";
+};
+
+flag = {
name = password;
arg-type = string;
descrip = "Password to use";
@@ -289,7 +296,7 @@ flag = {
flag = {
name = p7-verify;
descrip = "Verify the provided PKCS #7 structure";
- doc = "This option verifies the signed PKCS #7 structure. The certificate list to use for verification can be specified with --load-ca-certificate. no certificate list is provided, then the system's certificate list is used. A key purpose can be enforced with the --verify-purpose option.";
+ doc = "This option verifies the signed PKCS #7 structure. The certificate list to use for verification can be specified with --load-ca-certificate. no certificate list is provided, then the system's certificate list is used. A key purpose can be enforced with the --verify-purpose option, and the --load-data option will utilize detached data.";
};