summaryrefslogtreecommitdiff
path: root/src/cli-args.def
diff options
context:
space:
mode:
authorSahana Prasad <sahana@redhat.com>2020-09-01 23:16:53 +0200
committerSahana Prasad <sahana@redhat.com>2020-09-02 18:22:05 +0200
commitf748e8df7f7220656be116f2e354fc3aabbdde67 (patch)
tree6d2e04d04bb610a3a643159ec03bcfe6f1a1ce9c /src/cli-args.def
parent423a1565d280107edd92684714ee22356200b038 (diff)
downloadgnutls-f748e8df7f7220656be116f2e354fc3aabbdde67.tar.gz
src/cli: adds new option '--ca-auto-retrieve' that can be used with gnutls-cli to
automatically download missing intermediate CAs in a certificate chain lib/cred-cert.c : adds set and get APIs to get user data in the gnutls_x509_trust_list_set_getissuer_function() callback. Signed-off-by: Sahana Prasad <sahana@redhat.com>
Diffstat (limited to 'src/cli-args.def')
-rw-r--r--src/cli-args.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cli-args.def b/src/cli-args.def
index ac04591325..2279b9cc0a 100644
--- a/src/cli-args.def
+++ b/src/cli-args.def
@@ -477,6 +477,14 @@ flag = {
doc = "This option makes the client to block waiting for the resumption data under TLS1.3. The option has effect only when --resume is provided.";
};
+flag = {
+ name = ca-auto-retrieve;
+ descrip = "Enable automatic retrieval of missing CA certificates";
+ disabled;
+ disable = "no";
+ doc = "This option enables the client to automatically retrieve the missing intermediate CA certificates in the certificate chain, based on the Authority Information Access (AIA) extension.";
+};
+
doc-section = {
ds-type = 'SEE ALSO'; // or anything else
ds-format = 'texi'; // or texi or mdoc format