aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-05-03 20:50:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-05-03 20:50:07 +0000
commit805a5dcac842c1f019bf5a30f2eef82771533498 (patch)
tree835896b8f993061bf8b6a42b2632ae2dd2fac416
parent0b67ee7bad9476cd877ce90da8e9a6fd407bdc52 (diff)
42. Daniel Black filed bug report #1705802 where he accurately mentions that
several FTP-SSL test cases fail when we build libcurl with NSS for TLS/SSL: http://curl.haxx.se/bug/view.cgi?id=1705802
-rw-r--r--docs/KNOWN_BUGS4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 85885fcf9..7a2357a63 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!
+42. Daniel Black filed bug report #1705802 where he accurately mentions that
+ several FTP-SSL test cases fail when we build libcurl with NSS for TLS/SSL:
+ http://curl.haxx.se/bug/view.cgi?id=1705802
+
41. When doing an operation over FTP that requires the ACCT command (but not
when logging in), the operation will fail since libcurl doesn't detect this
and thus fails to issue the correct command: