or later -> newer (Windows version)

This commit is contained in:
Viktor Szakats 2026-04-22 00:02:41 +02:00
parent eb2edbb00f
commit 6ba2ab0741
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -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).

View file

@ -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).

View file

@ -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 =