aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-07-08 15:37:52 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-07-08 15:37:52 +0200
commitbce8bc203f70b72e9e015ac05ea665edea34e850 (patch)
tree6f57101419fe55d6ea9aa32e119f8c315cb3e02c /docs
parent24af69a4119510dc7d648a3215191d4d7e012ae0 (diff)
KNOWN_BUGS: #80 Curl doesn't recognize certs in DER format
Diffstat (limited to 'docs')
-rw-r--r--docs/KNOWN_BUGS4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 46ed8eeea..d70896c9a 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,10 @@ 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!
+80. Curl doesn't recognize certificates in DER format in keychain, but it
+ works with PEM.
+ http://curl.haxx.se/bug/view.cgi?id=3439999
+
79. SMTP. When sending data to multiple recipients, curl will abort and return
failure if one of the recipients indicate failure (on the "RCPT TO"
command). Ordinary mail programs would proceed and still send to the ones