summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2018-11-07 10:11:13 +0100
committerDaniel Gustafsson <daniel@yesql.se>2018-11-07 10:11:13 +0100
commit8a49b291cb2900f48927facae3cb170475a2558e (patch)
tree8ad88943323ea47d2e9a77bbe216355845260cf1 /docs
parent64f9d391ed7bc08bb9ddfceb104fcc037f4623e5 (diff)
downloadcurl-8a49b291cb2900f48927facae3cb170475a2558e.tar.gz
winssl: be consistent in Schannel capitalization
The productname from Microsoft is "Schannel", but in infof/failf reporting we use "schannel". This removes different versions. Closes #3243 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Diffstat (limited to 'docs')
-rw-r--r--docs/HTTP2.md4
-rw-r--r--docs/INSTALL.md2
-rw-r--r--docs/KNOWN_BUGS4
-rw-r--r--docs/libcurl/opts/CURLINFO_CERTINFO.34
4 files changed, 7 insertions, 7 deletions
diff --git a/docs/HTTP2.md b/docs/HTTP2.md
index e20ce0cab..5b4435f88 100644
--- a/docs/HTTP2.md
+++ b/docs/HTTP2.md
@@ -7,7 +7,7 @@ HTTP/2 with curl
Build prerequisites
-------------------
- nghttp2
- - OpenSSL, libressl, BoringSSL, NSS, GnutTLS, mbedTLS, wolfSSL or SChannel
+ - OpenSSL, libressl, BoringSSL, NSS, GnutTLS, mbedTLS, wolfSSL or Schannel
with a new enough version.
[nghttp2](https://nghttp2.org/)
@@ -61,7 +61,7 @@ the necessary TLS features. Right now we support:
- NSS: ALPN and NPN
- GnuTLS: ALPN
- mbedTLS: ALPN
- - SChannel: ALPN
+ - Schannel: ALPN
- wolfSSL: ALPN
- Secure Transport: ALPN
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index e732c1cdc..d4b01f215 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -248,7 +248,7 @@ look for dynamic import symbols.
## Legacy Windows and SSL
-WinSSL (specifically SChannel from Windows SSPI), is the native SSL library in
+WinSSL (specifically Schannel from Windows SSPI), is 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
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 1dcb79faa..152d5371a 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -411,12 +411,12 @@ problems may have been fixed or changed somewhat since this was written!
6.1 NTLM authentication and unicode
NTLM authentication involving unicode user name or password only works
- properly if built with UNICODE defined together with the WinSSL/schannel
+ properly if built with UNICODE defined together with the WinSSL/Schannel
backend. The original problem was mentioned in:
https://curl.haxx.se/mail/lib-2009-10/0024.html
https://curl.haxx.se/bug/view.cgi?id=896
- The WinSSL/schannel version verified to work as mentioned in
+ The WinSSL/Schannel version verified to work as mentioned in
https://curl.haxx.se/mail/lib-2012-07/0073.html
6.2 MIT Kerberos for Windows build
diff --git a/docs/libcurl/opts/CURLINFO_CERTINFO.3 b/docs/libcurl/opts/CURLINFO_CERTINFO.3
index 29f29ec8d..110e1559b 100644
--- a/docs/libcurl/opts/CURLINFO_CERTINFO.3
+++ b/docs/libcurl/opts/CURLINFO_CERTINFO.3
@@ -71,8 +71,8 @@ if(curl) {
}
.fi
.SH AVAILABILITY
-This option is only working in libcurl built with OpenSSL, NSS, schannel or
-GSKit support. schannel support added in 7.50.0
+This option is only working in libcurl built with OpenSSL, NSS, Schannel or
+GSKit support. Schannel support added in 7.50.0
Added in 7.19.1
.SH RETURN VALUE