aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-11-30 22:09:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-11-30 22:09:24 +0000
commit3e2a52b0342d1e4e17e6c455442c6262f742a0d5 (patch)
tree3a915eb010adfd6a681adb64c64b2bbfe22d490e /docs/KNOWN_BUGS
parent176d4e85e9566ab00c7aa5da323d4392f49c83c7 (diff)
#27 is fixed
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 8a8b4dae9..264cdd788 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,12 +3,6 @@ join in and help us correct one or more of these! Also be sure to check the
changelog of the current development status, as one or more of these problems
may have been fixed since this was written!
-27. "libcurl built with GNUTLS ignores the SSLCERT option" - Unlike
- Curl_ossl_connect(), the Curl_gtls_connect() function does not send the user
- certificate to the peer. In fact, it ignores the conn->data->set.cert field
- completely, it always uses the anonymous credentials. See
- http://curl.haxx.se/bug/view.cgi?id=1348930
-
26. NTLM authentication using SSPI (on Windows) when (lib)curl is running in
"system context" will make it use wrong(?) user name - at least when compared
to what winhttp does. See http://curl.haxx.se/bug/view.cgi?id=1281867