From 922a0c8df6bc6b9e97b507a214651dc012e822b6 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Sat, 29 Aug 2015 17:45:14 +0000 Subject: * ext/openssl/ossl_ssl.c (static const struct): Only add SSLv3 support if the SSL library supports it. Thanks Kurt Roeckx [Bug #11376] * ext/openssl/extconf.rb: check for SSLv3 support in the SSL implementation. * test/openssl/test_ssl.rb (class OpenSSL): Skip tests that need SSLv3 if there is no support. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e81b8d492..fa840c2a81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Sun Aug 30 02:42:22 2015 Aaron Patterson + + * ext/openssl/ossl_ssl.c (static const struct): Only add SSLv3 support + if the SSL library supports it. Thanks Kurt Roeckx + [Bug #11376] + + * ext/openssl/extconf.rb: check for SSLv3 support in the SSL + implementation. + + * test/openssl/test_ssl.rb (class OpenSSL): Skip tests that need SSLv3 + if there is no support. + Fri Aug 28 16:05:09 2015 SHIBATA Hiroshi * lib/rdoc/*: Update rdoc master(cfffed5) -- cgit v1.2.3