From e00216581e82e93a445ab4a19fb43ff9c7fc9234 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 7 Nov 2005 13:54:14 +0000
Subject: [PATCH] 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

---
 docs/KNOWN_BUGS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 264cdd7881..8a8b4dae9f 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,12 @@ 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
-- 
GitLab