aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-07-05 00:24:07 +0900
committerGitHub <noreply@github.com>2016-07-05 00:24:07 +0900
commit23a6b70d278d7b87a455655bfa0ba4a960de71eb (patch)
treebee6c5bf135a4daf379f3600366e7fe92111191c /lib
parent08e1881f5663ceb3527c8953f353dfaef42062fb (diff)
parentcb3b8383c2b04ef6c7f21b14eb407e60ad7cebdb (diff)
downloadruby-openssl-23a6b70d278d7b87a455655bfa0ba4a960de71eb.tar.gz
Merge pull request #50 from jsyeo/jsyeo-remove-rc4
RC4 has insecure biases and both clients and servers should not be using it.
Diffstat (limited to 'lib')
-rw-r--r--lib/openssl/ssl.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/openssl/ssl.rb b/lib/openssl/ssl.rb
index 00c32753..1c0ca94d 100644
--- a/lib/openssl/ssl.rb
+++ b/lib/openssl/ssl.rb
@@ -50,9 +50,6 @@ module OpenSSL
AES256-SHA256
AES128-SHA
AES256-SHA
- ECDHE-ECDSA-RC4-SHA
- ECDHE-RSA-RC4-SHA
- RC4-SHA
}.join(":"),
:options => -> {
opts = OpenSSL::SSL::OP_ALL