]> granicus.if.org Git - curl/commitdiff
David Byron fixed his SSL problems, initially mentioned here:
authorDaniel Stenberg <daniel@haxx.se>
Wed, 9 Feb 2005 23:16:03 +0000 (23:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 9 Feb 2005 23:16:03 +0000 (23:16 +0000)
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.

CHANGES
TODO-RELEASE

diff --git a/CHANGES b/CHANGES
index 4883cea169bd95129f03a6fc7131e469007a44d7..9611e4f7867846c99d78f51deb60656153f4841f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
                                   Changelog
 
 Daniel (9 February 2005)
+- 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.
+
 - Converted lots of FTP code to a statemachine, so that the multi interface
   doesn't block while communicating commands-responses with an FTP server.
 
index 61d3b3dc9c022ca6037160db64e6790faa782797..f524737c786bc671812b50f6a5035964c8a583ba 100644 (file)
@@ -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.