]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
README: Schannel, stop calling it "winssl"
authorSteve Holme <steve_holme@hotmail.com>
Tue, 9 Apr 2019 19:34:10 +0000 (20:34 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 10 Apr 2019 21:05:38 +0000 (22:05 +0100)
Stick to "Schannel" everywhere - follow up to 180501cb.

projects/README

index be3e1e0e35ad30125e6019f24fb832848b446a4c..62b998656889e52afa62eb8297cff4e6027994ad 100644 (file)
@@ -151,9 +151,9 @@ Notes
 Legacy Windows and SSL
 ======================
 
-   Some of the project configurations allow the use of WinSSL (specifically
-   Schannel from Windows SSPI), the native SSL library in Windows. However,
-   WinSSL in Windows <= XP is unable to connect to servers that no longer
-   support the legacy handshakes and algorithms used by those versions. If
-   you will be using curl in one of those earlier versions of Windows you
-   should choose another SSL backend such as OpenSSL.
+   Some of the project configurations allow the use of Schannel, the native
+   SSL library in Windows which forms part of Windows SSPI. However, Schannel
+   in Windows <= XP is unable to connect to servers that no longer support the
+   legacy handshakes and algorithms used by those versions. If you will be
+   using curl in one of those earlier versions of Windows you should choose
+   another SSL backend such as OpenSSL.