node/doc/api
Mike MacCana 5755fc099f tls: update default ciphers to use gcm and aes128
AES-GCM or CHACHA20_POLY1305 ciphers must be used in current version of
Chrome to avoid an 'obsolete cryptography' warning.

Prefer 128 bit AES over 192 and 256 bit AES considering attacks that
specifically affect the larger key sizes but do not affect AES 128.

PR-URL: https://github.com/iojs/io.js/pull/1660
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
Reviewed-By: Roman Reiss <me@silverwind.io>
2015-05-11 13:37:48 +02:00
..
_toc.markdown doc: add error documentation 2015-02-10 17:58:10 -08:00
addons.markdown doc: call js function in null context 2015-03-21 14:05:20 +01:00
all.markdown doc: add error documentation 2015-02-10 17:58:10 -08:00
assert.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
buffer.markdown doc: fix typo in buffer module documentation 2015-03-17 12:25:31 +01:00
child_process.markdown doc: add require() lines to child.stdio example 2015-05-02 15:55:36 -07:00
cluster.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
console.markdown doc: document Console class 2015-04-11 06:47:30 +02:00
crypto.markdown doc: fix some cross-references 2015-05-02 14:07:21 +02:00
debugger.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
dgram.markdown doc: add back quote to boolean variable 'true' 2015-04-03 16:10:37 +02:00
dns.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
documentation.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
domain.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
errors.markdown doc: change effect to affect in errors.md 2015-02-11 14:24:43 -05:00
events.markdown doc: reflect new require('events') behaviour 2015-03-16 11:30:07 +01:00
fs.markdown doc: suggest alternatives to deprecated APs 2015-03-01 18:46:28 +01:00
globals.markdown doc: update node.js references in api docs 2015-02-07 17:07:15 -05:00
http.markdown doc: fix some cross-references 2015-05-02 14:07:21 +02:00
https.markdown doc: fix some cross-references 2015-05-02 14:07:21 +02:00
index.markdown Remove util.print from docs 2010-11-07 17:22:56 -08:00
modules.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
net.markdown doc: fix some cross-references 2015-05-02 14:07:21 +02:00
os.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
path.markdown doc: fix '\\' typos on Windows 2015-03-16 16:20:16 -04:00
process.markdown doc: fix some cross-references 2015-05-02 14:07:21 +02:00
punycode.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
querystring.markdown doc: add explanations for querystring 2015-03-03 10:03:42 -05:00
readline.markdown repl: add mode detection, cli persistent history 2015-04-30 19:33:05 -07:00
repl.markdown repl: add mode detection, cli persistent history 2015-04-30 19:33:05 -07:00
smalloc.markdown doc: deprecate smalloc module 2015-04-30 19:44:49 +02:00
stream.markdown doc: remove redundant parameter in end listener. 2015-04-11 06:53:41 +02:00
string_decoder.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
synopsis.markdown doc: update node.js references in api docs 2015-02-07 17:07:15 -05:00
timers.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
tls.markdown tls: update default ciphers to use gcm and aes128 2015-05-11 13:37:48 +02:00
tty.markdown doc: update stability index 2015-02-27 14:23:01 -08:00
url.markdown doc: fix missing periods in url.markdown 2015-03-10 09:37:31 -04:00
util.markdown doc: fix util.deprecate example 2015-04-28 10:12:13 -04:00
v8.markdown src: add type check to v8.setFlagsFromString() 2015-05-08 19:09:45 +02:00
vm.markdown doc: fix vm module examples 2015-03-13 23:14:20 +01:00
zlib.markdown doc: update stability index 2015-02-27 14:23:01 -08:00