cmdline-opts: update availability for the *-ca-native options

Closes #12613
This commit is contained in:
Daniel Stenberg 2023-12-31 16:49:54 +01:00
parent 4b6d44f6e9
commit 373d34494c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 8 additions and 10 deletions

View 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 directory, but when using this option it interfaces the operating system's
own vault. own vault.
This option only works for curl on Windows when built to use OpenSSL. When This option works for curl on Windows when built to use OpenSSL, wolfSSL
curl on Windows is built to use Schannel, this feature is implied and curl (added in 8.3.0) or GnuTLS (added in 8.5.0). When curl on Windows is built to
then only uses the native CA store. 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).

View 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 directory, but when using this option it interfaces the operating system's own
vault. vault.
This option only works for curl on Windows when built to use OpenSSL. When This option works for curl on Windows when built to use OpenSSL, wolfSSL
curl on Windows is built to use Schannel, this feature is implied and curl (added in 8.3.0) or GnuTLS (added in 8.5.0). When curl on Windows is built to
then only uses the native CA store. 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).