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.
This commit is contained in:
Daniel Stenberg 2005-02-09 23:16:03 +00:00
parent 8c83422fe2
commit 74068a6d1b
2 changed files with 4 additions and 3 deletions

View File

@ -7,6 +7,10 @@
Changelog Changelog
Daniel (9 February 2005) 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 - Converted lots of FTP code to a statemachine, so that the multi interface
doesn't block while communicating commands-responses with an FTP server. doesn't block while communicating commands-responses with an FTP server.

View 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 58 - Fix KNOWN_BUGS #19: "FTP 3rd party transfers with the multi interface
doesn't work" 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 47 - Peter Sylvester's patch for SRP on the TLS layer
Awaits OpenSSL support for this, no need to support this in libcurl before Awaits OpenSSL support for this, no need to support this in libcurl before
there's an OpenSSL release that does it. there's an OpenSSL release that does it.