summaryrefslogtreecommitdiff
path: root/src/certtool-args.def
diff options
context:
space:
mode:
authorsskaje <sskaje@gmail.com>2015-12-13 16:31:19 +0800
committersskaje <sskaje@gmail.com>2015-12-13 16:31:19 +0800
commit981acedc10d41a33c26da6591d812e0b472f7005 (patch)
treeb7e596b772d6dac84006ea3f7e08219340eacf4b /src/certtool-args.def
parentcc5a17a172e663278dcdc68d68979ff53649c21e (diff)
downloadgnutls-981acedc10d41a33c26da6591d812e0b472f7005.tar.gz
#56 Feature: certtool --p7-sign support GNUTLS_PKCS7_INCLUDE_CERT
Diffstat (limited to 'src/certtool-args.def')
-rw-r--r--src/certtool-args.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def
index 99f7b5e110..2f3b515135 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -318,6 +318,7 @@ flag = {
doc = "This option generates a PKCS #7 structure containing a signature for the provided data. The data are stored within the structure. The signer certificate has to be specified using --load-certificate and --load-privkey.";
};
+
flag = {
name = p7-detached-sign;
descrip = "Signs using a detached PKCS #7 structure";
@@ -325,6 +326,12 @@ flag = {
};
flag = {
+ name = p7-include-cert;
+ descrip = "The signer's certificate will be included in the cert list.";
+ doc = "This options works with --p7-sign or --p7-detached-sign";
+};
+
+flag = {
name = p7-time;
descrip = "Will include a timestamp in the PKCS #7 structure";
doc = "This option will include a timestamp in the generated signature";