mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:43:34 +03:00
tidy-up: drop BearSSL and Secure Transport reference remains
Follow-up to 08a3e8e19a #16677
Closes #17582
This commit is contained in:
parent
14b42c89db
commit
3934431421
6 changed files with 9 additions and 17 deletions
|
|
@ -37,7 +37,6 @@ is equivalent to using the Mozilla CA certificate bundle. When used with rustls
|
|||
_only_ the native CA store is consulted, not other locations set at run time or
|
||||
build time. (Added in 8.13.0)
|
||||
|
||||
This option currently has no effect for Schannel or Secure Transport. Those are
|
||||
native TLS libraries from Microsoft and Apple, respectively, that by default
|
||||
use the native CA store for verification unless overridden by a CA certificate
|
||||
location setting.
|
||||
This option currently has no effect for Schannel. This is the native TLS
|
||||
library from Microsoft, that by default uses the native CA store for
|
||||
verification unless overridden by a CA certificate location setting.
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ Unix domain sockets are supported for socks proxy. Set localhost for the host
|
|||
part. e.g. socks5h://localhost/path/to/socket.sock
|
||||
|
||||
HTTPS proxy support works with the https:// protocol prefix for OpenSSL and
|
||||
GnuTLS (added in 7.52.0). It also works for BearSSL, mbedTLS, Rustls, Schannel
|
||||
and wolfSSL (added in 7.87.0).
|
||||
GnuTLS (added in 7.52.0). It also works for mbedTLS, Rustls, Schannel and
|
||||
wolfSSL (added in 7.87.0).
|
||||
|
||||
Unrecognized and unsupported proxy protocols cause an error (added in 7.52.0).
|
||||
Ancient curl versions ignored unknown schemes and used http:// instead.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue