From 15edfd96a2a1e32e3835b078c3464a5eb20ff918 Mon Sep 17 00:00:00 2001 From: nagachika Date: Mon, 13 Apr 2015 13:13:01 +0000 Subject: merge revision(s) 50292: [Backport #9644] * ext/openssl/lib/openssl/ssl.rb: stricter hostname verification following RFC 6125. with the patch provided by Tony Arcieri and Hiroshi Nakamura [ruby-core:61545] [Bug #9644] * test/openssl/test_ssl.rb: add tests for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@50293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0c35d3697d..909c092d70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Apr 13 22:11:21 2015 CHIKANAGA Tomoyuki + + * ext/openssl/lib/openssl/ssl.rb: stricter hostname verification + following RFC 6125. with the patch provided by Tony Arcieri and + Hiroshi Nakamura [ruby-core:61545] [Bug #9644] + * test/openssl/test_ssl.rb: add tests for above. + Mon Apr 13 13:03:33 2015 CHIKANAGA Tomoyuki * lib/securerandom.rb: skip Win32 libraries in SecureRandom if -- cgit v1.2.3