summaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2017-03-06 19:13:03 -0500
committerJay Satiro <raysatiro@yahoo.com>2017-03-06 19:13:03 -0500
commitf023f258fafa0ccf8ac013a927ec09bdebd101e0 (patch)
treeeb99ee0ae032064f2e4a6496e45747070555f939 /docs/KNOWN_BUGS
parent3914c07ed6cccccf0a402c47adc3f31d213cc29f (diff)
downloadcurl-f023f258fafa0ccf8ac013a927ec09bdebd101e0.tar.gz
KNOWN_BUGS: Add DarwinSSL won't import PKCS#12 without a password
Bug: https://github.com/curl/curl/issues/1308 Reported-by: Justin Clift
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 59748216f..b438010ba 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.1 CURLINFO_SSL_VERIFYRESULT has limited support
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
3. Email protocols
3.1 IMAP SEARCH ALL truncated response
@@ -222,6 +223,12 @@ problems may have been fixed or changed somewhat since this was written!
field is too long in the cert, it'll just return an error and the field will
be displayed blank.
+2.4 DarwinSSL won't import PKCS#12 client certificates without a password
+
+ libcurl calls SecPKCS12Import with the PKCS#12 client certificate, but that
+ function rejects certificates that do not have a password.
+ https://github.com/curl/curl/issues/1308
+
3. Email protocols