pull/24503/head
isaacs 2012-08-22 09:46:07 -07:00
parent 2e1f2b535e
commit ee200942dd
1 changed files with 1 additions and 1 deletions

View File

@ -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