diff options
| author | technorama <technorama@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-25 20:37:52 +0000 |
|---|---|---|
| committer | technorama <technorama@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-25 20:37:52 +0000 |
| commit | 31dc22d42d6937dd7a92d8a3587e22bf10cd2183 (patch) | |
| tree | 7169d721e31f50bf7fefee146e33cc27cb36ac21 /ChangeLog | |
| parent | 89a520853f36c6f696cac1d01c43bbfefa63a2ff (diff) | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Mon Jan 26 05:36:55 2009 Technorama Ltd. <oss-ruby@technorama.net> + + * 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 <nobu@ruby-lang.org> * lib/mkmf.rb (mkintpath): new function which converts native path |
