summaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 8431baaf5..e385ef597 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -32,6 +32,7 @@ problems may have been fixed or changed somewhat since this was written!
2.5 Client cert handling with Issuer DN differs between backends
2.6 CURL_GLOBAL_SSL
2.7 Client cert (MTLS) issues with Schannel
+ 2.8 Schannel disable CURLOPT_SSL_VERIFYPEER and verify hostname
3. Email protocols
3.1 IMAP SEARCH ALL truncated response
@@ -63,6 +64,7 @@ problems may have been fixed or changed somewhat since this was written!
6.4 Negotiate and Kerberos V5 need a fake user name
6.5 NTLM doesn't support password with ยง character
6.6 libcurl can fail to try alternatives with --proxy-any
+ 6.7 Don't clear digest for single realm
7. FTP
7.1 FTP without or slow 220 response
@@ -299,6 +301,11 @@ problems may have been fixed or changed somewhat since this was written!
See https://github.com/curl/curl/issues/3145
+2.8 Schannel disable CURLOPT_SSL_VERIFYPEER and verify hostname
+
+ This seems to be a limitation in the underlying Schannel API.
+
+ https://github.com/curl/curl/issues/3284
3. Email protocols
@@ -510,6 +517,10 @@ problems may have been fixed or changed somewhat since this was written!
https://github.com/curl/curl/issues/876
+6.7 Don't clear digest for single realm
+
+ https://github.com/curl/curl/issues/3267
+
7. FTP
7.1 FTP without or slow 220 response