summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-04-30 10:26:26 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-04-30 10:26:26 +0200
commitf022c91df609bb0bd3f7adfc7d7ab40546bc3c61 (patch)
treed5784b0571f025be8e5ac6d1c3af763cfcc8ab06
parent72be6abb50f05b5196df50dad29a63cbf1769f3e (diff)
downloadcurl-f022c91df609bb0bd3f7adfc7d7ab40546bc3c61.tar.gz
KNOWN_BUGS: Client cert with Issuer DN differs between backends
Closes #1411
-rw-r--r--docs/KNOWN_BUGS8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index ad5e020e1..7389da6dc 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -27,6 +27,7 @@ problems may have been fixed or changed somewhat since this was written!
2.2 DER in keychain
2.3 GnuTLS backend skips really long certificate fields
2.4 DarwinSSL won't import PKCS#12 client certificates without a password
+ 2.5 Client cert handling with Issuer DN differs between backends
3. Email protocols
3.1 IMAP SEARCH ALL truncated response
@@ -226,6 +227,13 @@ problems may have been fixed or changed somewhat since this was written!
function rejects certificates that do not have a password.
https://github.com/curl/curl/issues/1308
+2.5 Client cert handling with Issuer DN differs between backends
+
+ When the specified client certificate doesn't match any of the
+ server-specified DNs, the OpenSSL and GnuTLS backends behave differently.
+ The github discussion may contain a solution.
+
+ See https://github.com/curl/curl/issues/1411
3. Email protocols