]> granicus.if.org Git - curl/commitdiff
README: Corrected formatting for 'Legacy Windows and SSL' section
authorSteve Holme <steve_holme@hotmail.com>
Sun, 26 Jul 2015 18:50:03 +0000 (19:50 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 26 Jul 2015 23:48:53 +0000 (00:48 +0100)
...as well as some wording.

projects/README

index 27095380a9c8bc63b002482fd0cfb6963d4406f1..c727a3eddcfe906d61eb222488adbd3767d87249 100644 (file)
@@ -112,12 +112,13 @@ Notes
 
 Legacy Windows and SSL
 ======================
-Some of the project configurations use as an SSL backend WinSSL (Windows SSPI,
-more specifically Schannel), the native SSL library that comes with the Windows
-OS. WinSSL in Windows <= XP is not able 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 like OpenSSL.
+
+   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.
 
 TODO
 ====