[ruby-cvs:58870] tenderlove:r51722 (trunk): * ext/openssl/ossl_ssl.c (static const struct): Only add SSLv3 support
tenderlove at ruby-lang.org
tenderlove at ruby-lang.org
Sun Aug 30 02:45:16 JST 2015
tenderlove 2015-08-30 02:45:14 +0900 (Sun, 30 Aug 2015)
New Revision: 51722
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51722
Log:
* ext/openssl/ossl_ssl.c (static const struct): Only add SSLv3 support
if the SSL library supports it. Thanks Kurt Roeckx <kurt at roeckx.be>
[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.
Modified files:
trunk/ChangeLog
trunk/ext/openssl/extconf.rb
trunk/ext/openssl/ossl_ssl.c
trunk/test/openssl/test_ssl.rb
More information about the ruby-cvs
mailing list