From 373d34494c7fc1fd0928e846d32c5d970a985d09 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 31 Dec 2023 16:49:54 +0100 Subject: [PATCH] cmdline-opts: update availability for the *-ca-native options Closes #12613 --- docs/cmdline-opts/ca-native.d | 9 ++++----- docs/cmdline-opts/proxy-ca-native.d | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/cmdline-opts/ca-native.d b/docs/cmdline-opts/ca-native.d index 51e36918aa..9a8184c640 100644 --- a/docs/cmdline-opts/ca-native.d +++ b/docs/cmdline-opts/ca-native.d @@ -14,8 +14,7 @@ peer. By default, curl otherwise uses a CA store provided in a single file or directory, but when using this option it interfaces the operating system's own vault. -This option only works for curl on Windows when built to use OpenSSL. When -curl on Windows is built to use Schannel, this feature is implied and curl -then only uses the native CA store. - -curl built with wolfSSL also supports this option (added in 8.3.0). +This option works for curl on Windows when built to use OpenSSL, wolfSSL +(added in 8.3.0) or GnuTLS (added in 8.5.0). When curl on Windows is built to +use Schannel, this feature is implied and curl then only uses the native CA +store. diff --git a/docs/cmdline-opts/proxy-ca-native.d b/docs/cmdline-opts/proxy-ca-native.d index aab4fcabc2..63439b7f1b 100644 --- a/docs/cmdline-opts/proxy-ca-native.d +++ b/docs/cmdline-opts/proxy-ca-native.d @@ -14,8 +14,7 @@ HTTPS proxy. By default, curl uses a CA store provided in a single file or directory, but when using this option it interfaces the operating system's own vault. -This option only works for curl on Windows when built to use OpenSSL. When -curl on Windows is built to use Schannel, this feature is implied and curl -then only uses the native CA store. - -curl built with wolfSSL also supports this option (added in 8.3.0). +This option works for curl on Windows when built to use OpenSSL, wolfSSL +(added in 8.3.0) or GnuTLS (added in 8.5.0). When curl on Windows is built to +use Schannel, this feature is implied and curl then only uses the native CA +store.