summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-07 13:37:43 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-07 13:37:43 +0000
commitafe7aac47b11693090f552df05f894d2ced8ada3 (patch)
tree817ca50ea437a57c92d48d2db1f01fa1fd303d64 /NEWS
parent60f2c9cf5bea6dd99fac50c460eab4809cc30b01 (diff)
* lib/net/http.rb (Net::HTTP#connect): support SNI (Server Name
Indication) for HTTPS. [ruby-dev:43164] http://stackoverflow.com/questions/4685736/openssl-server-name-indication-support-in-ruby git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7d206779f5..d4311a7c57 100644
--- a/NEWS
+++ b/NEWS
@@ -88,6 +88,9 @@ with all sufficient information, see the ChangeLog file.
* IO#winsize
* IO.console
+* net/http
+ * SNI (Server Name Indication) supported for HTTPS.
+
* optparse
* support for bash/zsh completion.