1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/TODO-RELEASE
Daniel Stenberg 6d891d2a3b - Curt Bogmine reported a problem with SNI enabled on a particular server. We
should introduce an option to disable SNI, but as we're in feature freeze
  now I've addressed the obvious bug here (pointed out by Peter Sylvester): we
  shouldn't try to enable SNI when SSLv2 or SSLv3 is explicitly selected.
  Code for OpenSSL and GnuTLS was fixed. NSS doesn't seem to have a particular
  option for SNI, or are we simply not using it?
2009-08-01 22:11:58 +00:00

21 lines
391 B
Plaintext

To be addressed in 7.19.6 (planned release: August 2009)
=========================
248 - "Pausing pipeline problems."
251 - TFTP block size
To be addressed in 7.19.7 (planned release: October 2009)
=========================
244 - patch for [out] parameters
245 - HTTP version getinfo
247 - Using CURLINFO_ERROR in Curl_failf
253 - add option to disable SNI for TLS handshakes
254 -