projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e1f2b5
)
lint
author
isaacs
<i@izs.me>
Wed, 22 Aug 2012 16:46:07 +0000
(09:46 -0700)
committer
isaacs
<i@izs.me>
Wed, 22 Aug 2012 18:03:14 +0000
(11:03 -0700)
lib/tls.js
patch
|
blob
|
history
diff --git
a/lib/tls.js
b/lib/tls.js
index aaafd526d350f99c252dbc025dc99fb41af63195..350b5776d08a9499d12c6030cafb7da85515f30d 100644
(file)
--- a/
lib/tls.js
+++ b/
lib/tls.js
@@
-30,7
+30,7
@@
var assert = require('assert').ok;
var constants = require('constants');
var DEFAULT_CIPHERS = 'ECDHE-RSA-AES128-SHA256:AES128-GCM-SHA256:' + // TLS 1.2
- 'RC4:HIGH:!MD5:!aNULL:!EDH'
// TLS 1.0
+ 'RC4:HIGH:!MD5:!aNULL:!EDH'
;
// TLS 1.0
// Allow {CLIENT_RENEG_LIMIT} client-initiated session renegotiations
// every {CLIENT_RENEG_WINDOW} seconds. An error event is emitted if more