1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* Fix typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
emboss 2012-05-07 00:37:59 +00:00
parent 5aa9b57d41
commit 07ea7112dd

View file

@ -1,6 +1,6 @@
Mon May 07 09:14:11 2012 Martin Bosslet <Martin.Bosslet@googlemail.com> Mon May 07 09:14:11 2012 Martin Bosslet <Martin.Bosslet@googlemail.com>
* ext/openssl/ossl_ssl.c: support TLSv1.1 & TLSv1.1. Add * ext/openssl/ossl_ssl.c: support TLSv1.1 & TLSv1.2. Add
SSLContext#version to inspect the version that was negotiated for SSLContext#version to inspect the version that was negotiated for
a given connection. a given connection.
* ext/openssl/extconf.rb: detect TLS 1.1 & 1.2 support. * ext/openssl/extconf.rb: detect TLS 1.1 & 1.2 support.