From 31dc22d42d6937dd7a92d8a3587e22bf10cd2183 Mon Sep 17 00:00:00 2001 From: technorama Date: Sun, 25 Jan 2009 20:37:52 +0000 Subject: * ext/openssl/ossl_ssl.c: Server Name Indication support. new methods SSLContext#server_name_cb=, SSLSocket#hostname=. * test/openssl/test_ssl.rb: Tests for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b53c5b7a8e..2eb5f9e391 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Jan 26 05:36:55 2009 Technorama Ltd. + + * ext/openssl/ossl_ssl.c: Server Name Indication support. + new methods SSLContext#server_name_cb=, SSLSocket#hostname=. + + * test/openssl/test_ssl.rb: Tests for above. + Fri Jan 23 15:12:52 2009 Nobuyoshi Nakada * lib/mkmf.rb (mkintpath): new function which converts native path -- cgit v1.2.3