]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmdline-opts: update availability for the *-ca-native options
authorDaniel Stenberg <daniel@haxx.se>
Sun, 31 Dec 2023 15:49:54 +0000 (16:49 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 31 Dec 2023 23:46:08 +0000 (00:46 +0100)
Closes #12613

docs/cmdline-opts/ca-native.d
docs/cmdline-opts/proxy-ca-native.d

index 51e36918aa69782565956f707206265b642d4af6..9a8184c640f57cfb2d9a8a202608a6c5f30ca5e8 100644 (file)
@@ -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.
index aab4fcabc2a06487980cb88efe02667e438a0a80..63439b7f1ba946f947762eb123d612c71038d75a 100644 (file)
@@ -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.