aboutsummaryrefslogtreecommitdiff
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-09 23:16:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-09 23:16:03 +0000
commit74068a6d1bb09bfc9c8084c215b66239d958e8dd (patch)
tree5d109140cc65faf91c959b19dd34ef0fa20e5a0e /TODO-RELEASE
parent8c83422fe2edb0b634fbf2ea065c7f638f9fff3b (diff)
David Byron fixed his SSL problems, initially mentioned here:
http://curl.haxx.se/mail/lib-2005-01/0240.html. It turned out we didn't use SSL_pending() as we should. This was TODO-RELEASE issue #59.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 61d3b3dc9..f524737c7 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -6,9 +6,6 @@ To get fixed in 7.13.1 (planned release: April 2005)
58 - Fix KNOWN_BUGS #19: "FTP 3rd party transfers with the multi interface
doesn't work"
-59 - Figure out a fix for David Byron's SSL problems:
- http://curl.haxx.se/mail/lib-2005-01/0240.html
-
47 - Peter Sylvester's patch for SRP on the TLS layer
Awaits OpenSSL support for this, no need to support this in libcurl before
there's an OpenSSL release that does it.