From 060184c347822b11dff3db6bef915c04a564c4e4 Mon Sep 17 00:00:00 2001 From: emboss Date: Sun, 6 May 2012 22:26:08 +0000 Subject: * ext/openssl/ossl_ssl.c: support TLSv1.1 & TLSv1.1. Add SSLContext#version to inspect the version that was negotiated for a given connection. * ext/openssl/extconf.rb: detect TLS 1.1 & 1.2 support. * test/openssl/test_ssl.rb: add tests for TLS 1.1 & 1.2 given they are supported by the native OpenSSL being used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1351c8b768..d765423347 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon May 07 09:14:11 2012 Martin Bosslet + + * ext/openssl/ossl_ssl.c: support TLSv1.1 & TLSv1.1. Add + SSLContext#version to inspect the version that was negotiated for + a given connection. + * ext/openssl/extconf.rb: detect TLS 1.1 & 1.2 support. + * test/openssl/test_ssl.rb: add tests for TLS 1.1 & 1.2 given they + are supported by the native OpenSSL being used. + Sun May 6 21:34:29 2012 NARUSE, Yui * io.c (io_encoding_set): suppress warnings. [ruby-dev:45627] -- cgit v1.2.3