summaryrefslogtreecommitdiff
path: root/src/cli-args.def
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-09-04 15:51:14 +0000
committerDaiki Ueno <ueno@gnu.org>2020-09-04 15:51:14 +0000
commita78f971d67565a98b813f3250c1a722d75b9e74a (patch)
tree1123454ab3ffb63fc6017cdd91c81886844757fc /src/cli-args.def
parent1efebfb7a4d5f689eabe2c7e3232daf5ecbab957 (diff)
parentf748e8df7f7220656be116f2e354fc3aabbdde67 (diff)
downloadgnutls-a78f971d67565a98b813f3250c1a722d75b9e74a.tar.gz
Merge branch 'gnutls-cli-aia' into 'master'
Dynamic downloading of missing intermediate CAs via gnutls-cli using the option 'ca-auto-retrieve' Closes #968 See merge request gnutls/gnutls!1319
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