diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-08-01 22:11:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-08-01 22:11:58 +0000 |
commit | 6d891d2a3b907f12e5c9b335a806fcb7e77b877b (patch) | |
tree | 350f759b5ab637e84dcbc727b3e3ce4306fc31d1 /TODO-RELEASE | |
parent | c0e8bed5bf7a7e56897e492a4dcc399621939995 (diff) | |
download | curl-6d891d2a3b907f12e5c9b335a806fcb7e77b877b.tar.gz |
- 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?
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index ad1e24f54..4f458bfcc 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -3,12 +3,8 @@ To be addressed in 7.19.6 (planned release: August 2009) 248 - "Pausing pipeline problems." -249 - Wildcard cert name checking and null termination - 251 - TFTP block size -252 - disable SNI for SSLv2 and SSLv3 - To be addressed in 7.19.7 (planned release: October 2009) ========================= |