From: Daniel Stenberg Date: Sun, 31 Dec 2023 15:49:54 +0000 (+0100) Subject: cmdline-opts: update availability for the *-ca-native options X-Git-Tag: curl-8_6_0~159 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=373d34494c7fc1fd0928e846d32c5d970a985d09;p=thirdparty%2Fcurl.git cmdline-opts: update availability for the *-ca-native options Closes #12613 --- 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.