aboutsummaryrefslogtreecommitdiff
path: root/docs/SSL-PROBLEMS.md
diff options
context:
space:
mode:
authorViktor Szakats <commit@vszakats.net>2019-05-16 22:11:27 +0000
committerViktor Szakats <commit@vszakats.net>2019-05-16 22:11:27 +0000
commitf3e0f071b14fcb46a453f69bdf4e062bcaacf362 (patch)
tree37baa141fb49de9959ba36bd49b1422293b5c3fb /docs/SSL-PROBLEMS.md
parent196ae6040261717ad8a1f24f363ebf119e509da8 (diff)
docs: Markdown and misc improvements [ci skip]
Approved-by: Daniel Stenberg Closes #3896
Diffstat (limited to 'docs/SSL-PROBLEMS.md')
-rw-r--r--docs/SSL-PROBLEMS.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/SSL-PROBLEMS.md b/docs/SSL-PROBLEMS.md
index 91803e22d..aaf7bdb59 100644
--- a/docs/SSL-PROBLEMS.md
+++ b/docs/SSL-PROBLEMS.md
@@ -53,9 +53,9 @@
Note that these weak ciphers are identified as flawed. For example, this
includes symmetric ciphers with less than 128 bit keys and RC4.
- WinSSL in Windows XP is not able to connect to servers that no longer
+ Schannel in Windows XP is not able to connect to servers that no longer
support the legacy handshakes and algorithms used by those versions, so we
- advice against building curl to use WinSSL on really old Windows versions.
+ advice against building curl to use Schannel on really old Windows versions.
References:
@@ -77,9 +77,9 @@
Some SSL backends may do certificate revocation checks (CRL, OCSP, etc)
depending on the OS or build configuration. The --ssl-no-revoke option was
introduced in 7.44.0 to disable revocation checking but currently is only
- supported for WinSSL (the native Windows SSL library), with an exception in
- the case of Windows' Untrusted Publishers blacklist which it seems can't be
- bypassed. This option may have broader support to accommodate other SSL
+ supported for Schannel (the native Windows SSL library), with an exception
+ in the case of Windows' Untrusted Publishers blacklist which it seems can't
+ be bypassed. This option may have broader support to accommodate other SSL
backends in the future.
References: