From 6d2c254cd58a258c82bb6f69d82fd469cac21dab Mon Sep 17 00:00:00 2001 From: technorama Date: Sat, 24 Jan 2009 21:45:42 +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: http://svn.ruby-lang.org/repos/ruby/trunk@21761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1ccacf002..0f028c1d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Jan 25 06:44:58 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. + Sat Jan 24 08:22:35 2009 Nobuyoshi Nakada * lib/mkmf.rb (configuration): tools under the top source -- cgit