mirror of
https://github.com/curl/curl.git
synced 2026-07-28 17:23:06 +03:00
or later -> newer (Windows version)
This commit is contained in:
parent
eb2edbb00f
commit
6ba2ab0741
3 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ Current Working Directory, or in any folder along your PATH.
|
|||
curl 8.11.0 added a build-time option to disable this search behavior, and
|
||||
another option to restrict search to the application's directory.
|
||||
|
||||
(Schannel) This option is supported for Schannel in Windows 7 or later (added
|
||||
(Schannel) This option is supported for Schannel in Windows 7 or newer (added
|
||||
in 7.60.0). This option is supported for backward compatibility with other SSL
|
||||
engines; instead it is recommended to use Windows' store of root certificates
|
||||
(the default for Schannel).
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ accessible file.
|
|||
This option is by default set to the system path where libcurl's CA
|
||||
certificate bundle is assumed to be stored, as established at build time.
|
||||
|
||||
(Schannel) This option is supported for Schannel in Windows 7 or later but we
|
||||
(Schannel) This option is supported for Schannel in Windows 7 or newer but we
|
||||
recommend not using it until Windows 8 since it works better starting then.
|
||||
If the option is not set, then curl uses the certificates in the Windows'
|
||||
store of root certificates (the default for Schannel).
|
||||
|
|
|
|||
|
|
@ -1746,7 +1746,7 @@ static CURLcode schannel_connect(struct Curl_cfilter *cf,
|
|||
/* When SSPI is used in combination with Schannel
|
||||
* we need the Schannel context to create the Schannel
|
||||
* binding to pass the IIS extended protection checks.
|
||||
* Available on Windows 7 or later.
|
||||
* Available on Windows 7 or newer.
|
||||
*/
|
||||
{
|
||||
struct schannel_ssl_backend_data *backend =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue