diff options
author | Jacob Hoffman-Andrews <github@hoffman-andrews.com> | 2014-01-23 17:28:08 -0800 |
---|---|---|
committer | Fedor Indutny <fedor.indutny@gmail.com> | 2014-01-28 03:28:09 +0400 |
commit | f4c8020d1068ffba57458b327c62b61b1f29ec63 (patch) | |
tree | 5c4900e59ae8bc554bfa4a76ff93035b371c142a /node.gyp | |
parent | dc1ffd0da6fcaa2b18bd6817ca3541264ebc8ce7 (diff) | |
download | node-f4c8020d1068ffba57458b327c62b61b1f29ec63.tar.gz |
crypto: honor default ciphers in client mode
Right now no default ciphers are use in, e.g. https.get, meaning that
weak export ciphers like TLS_RSA_EXPORT_WITH_DES40_CBC_SHA are
accepted.
To reproduce:
node -e "require('https').get({hostname: 'www.howsmyssl.com', \
path: '/a/check'}, function(res) {res.on('data', \
function(d) {process.stdout.write(d)})})"
Diffstat (limited to 'node.gyp')
0 files changed, 0 insertions, 0 deletions