mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/openssl/ssl.rb: Explicitly whitelist the default SSL/TLS ciphers. Forbid SSLv2 and SSLv3, disable compression by default. Reported by Jeff Hodges. [ruby-core:59829] [Bug #9424] * test/openssl/test_ssl.rb: Reuse TLS default options from OpenSSL::SSL::SSLContext::DEFAULT_PARAMS. * ext/openssl/lib/openssl/ssl.rb (DEFAULT_PARAMS): override options even if OpenSSL::SSL::OP_NO_SSLv3 is not defined. this is pointed out by Stephen Touset. [ruby-core:65711] [Bug #9424] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@48110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
|---|---|---|
| .. | ||
| ssl_server.rb | ||
| test_asn1.rb | ||
| test_bn.rb | ||
| test_buffering.rb | ||
| test_cipher.rb | ||
| test_config.rb | ||
| test_digest.rb | ||
| test_engine.rb | ||
| test_fips.rb | ||
| test_hmac.rb | ||
| test_ns_spki.rb | ||
| test_ocsp.rb | ||
| test_pair.rb | ||
| test_pkcs5.rb | ||
| test_pkcs7.rb | ||
| test_pkcs12.rb | ||
| test_pkey_dh.rb | ||
| test_pkey_dsa.rb | ||
| test_pkey_ec.rb | ||
| test_pkey_rsa.rb | ||
| test_ssl.rb | ||
| test_ssl_session.rb | ||
| test_x509cert.rb | ||
| test_x509crl.rb | ||
| test_x509ext.rb | ||
| test_x509name.rb | ||
| test_x509req.rb | ||
| test_x509store.rb | ||
| utils.rb | ||