mirror of
https://github.com/curl/curl.git
synced 2026-08-07 22:12:55 +03:00
CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)
Closes #4346
This commit is contained in:
parent
76b9e8de7b
commit
148534db57
9 changed files with 203 additions and 19 deletions
|
|
@ -55,6 +55,10 @@ offline distribution points for those SSL backends where such behavior is
|
|||
present. This option is only supported for Schannel (the native Windows SSL
|
||||
library). If combined with \fICURLSSLOPT_NO_REVOKE\fP, the latter takes
|
||||
precedence. (Added in 7.70.0)
|
||||
.IP CURLSSLOPT_NATIVE_CA
|
||||
Tell libcurl to use the operating system's native CA store for certificate
|
||||
verifiction. Works only on Windows when built to use OpenSSL. This option
|
||||
overrides \fICURLOPT_CAINFO(3)\fP if both are set. (Added in 7.71.0)
|
||||
.SH DEFAULT
|
||||
0
|
||||
.SH PROTOCOLS
|
||||
|
|
|
|||
|
|
@ -743,6 +743,7 @@ CURLSSLBACKEND_SCHANNEL 7.34.0
|
|||
CURLSSLBACKEND_SECURETRANSPORT 7.64.1
|
||||
CURLSSLBACKEND_WOLFSSL 7.49.0
|
||||
CURLSSLOPT_ALLOW_BEAST 7.25.0
|
||||
CURLSSLOPT_NATIVE_CA 7.71.0
|
||||
CURLSSLOPT_NO_PARTIALCHAIN 7.68.0
|
||||
CURLSSLOPT_NO_REVOKE 7.44.0
|
||||
CURLSSLSET_NO_BACKENDS 7.56.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue