node/lib
Sam Roberts bf2c283555
tls: add --tls-min-v1.2 CLI switch
For 11.x, the default minimum is TLSv1, so it needs a CLI switch to
change the default to the more secure minimum of TLSv1.2.

PR-URL: https://github.com/nodejs/node/pull/26951
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
2019-04-15 13:32:58 +01:00
..
internal tls: support TLSv1.3 2019-04-15 13:31:38 +01:00
_http_agent.js benchmark,lib: change var to const 2019-04-08 23:53:15 +01:00
_http_client.js benchmark,lib: change var to const 2019-04-08 23:53:15 +01:00
_http_common.js http: reduce usage of public util 2019-03-30 14:44:58 +01:00
_http_incoming.js benchmark,lib: change var to const 2019-04-08 23:53:15 +01:00
_http_outgoing.js benchmark,lib: change var to const 2019-04-08 23:53:15 +01:00
_http_server.js benchmark,lib: change var to const 2019-04-08 23:53:15 +01:00
_stream_duplex.js benchmark,doc,lib,test: capitalize comments 2019-03-14 11:02:41 +01:00
_stream_passthrough.js
_stream_readable.js stream: make Symbol.asyncIterator support stable 2019-04-10 15:30:28 +01:00
_stream_transform.js benchmark,lib: change var to const 2019-04-08 23:53:15 +01:00
_stream_wrap.js src: use consistent names for JSStream 2019-01-01 14:38:17 +01:00
_stream_writable.js benchmark,lib: change var to const 2019-04-08 23:53:15 +01:00
_tls_common.js tls: supported shared openssl 1.1.0 2019-04-15 13:32:50 +01:00
_tls_wrap.js tls: support TLSv1.3 2019-04-15 13:31:38 +01:00
.eslintrc.yaml tools: remove eslint rule no-let-in-for-declaration 2019-03-27 22:16:22 +01:00
assert.js assert: reduce internal usage of public require of util 2019-03-27 22:16:11 +01:00
async_hooks.js doc,lib,test: capitalize comment sentences 2018-12-25 02:35:52 -05:00
buffer.js buffer: fix concat error message 2019-04-10 15:30:31 +01:00
child_process.js benchmark,lib: change var to const 2019-04-08 23:53:15 +01:00
cluster.js
console.js console: split console into global.js and constructor.js 2019-01-14 13:58:05 +01:00
constants.js src,lib: move natives and constants to internalBinding() 2018-10-21 12:26:42 -07:00
crypto.js crypto: expose KeyObject class 2019-03-27 21:58:59 +01:00
dgram.js benchmark,lib: change var to const 2019-04-08 23:53:15 +01:00
dns.js benchmark,lib: change var to const 2019-04-08 23:53:15 +01:00
domain.js benchmark,lib: change var to const 2019-04-08 23:53:15 +01:00
events.js benchmark,lib: change var to const 2019-04-08 23:53:15 +01:00
fs.js fs: remove experimental warning for fs.promises 2019-04-10 15:30:25 +01:00
http.js benchmark,lib: change var to const 2019-04-08 23:53:15 +01:00
http2.js http2: order declarations in http2.js 2018-11-28 11:25:29 +11:00
https.js tls: introduce client 'session' event 2019-02-06 15:50:11 +01:00
inspector.js inspector: return Error objects on error 2019-03-01 10:26:24 +01:00
module.js lib: add back lib/module.js redirection 2018-03-15 20:50:35 +08:00
net.js benchmark,lib: change var to const 2019-04-08 23:53:15 +01:00
os.js src: simplify loop arithmetic in GetCPUInfo 2019-02-28 23:35:36 +11:00
path.js path: refactor for less indentation 2019-04-10 15:30:27 +01:00
perf_hooks.js perf_hooks: load internal/errors eagerly 2019-03-27 22:16:11 +01:00
process.js
punycode.js lib: update punycode to 2.1.1 2018-07-16 15:55:15 -07:00
querystring.js querystring: simplify stringify method 2019-04-10 15:30:31 +01:00
readline.js readline: make Symbol.asyncIterator support stable 2019-04-10 15:30:28 +01:00
repl.js benchmark,lib: change var to const 2019-04-08 23:53:15 +01:00
stream.js stream: reduce internal usage of public require of util 2019-03-27 22:16:12 +01:00
string_decoder.js bootstrapper: move internalBinding to NativeModule 2018-10-17 11:15:29 -07:00
sys.js benchmark,doc,lib,test: capitalize comments 2019-03-14 11:02:41 +01:00
timers.js timers: deprecate active() and _unrefActive() 2019-03-30 14:44:59 +01:00
tls.js tls: add --tls-min-v1.2 CLI switch 2019-04-15 13:32:58 +01:00
trace_events.js trace_events: remove usage of require('util') 2019-03-27 22:16:16 +01:00
tty.js tty: remove util.inherits usage 2019-03-27 22:16:19 +01:00
url.js benchmark,lib: change var to const 2019-04-08 23:53:15 +01:00
util.js util: extract uncurryThis function for reuse 2019-03-30 14:44:59 +01:00
v8.js v8: integrate node-heapdump into core 2019-03-27 21:10:56 +01:00
vm.js inspector,vm: remove --eval wrapper 2019-02-03 20:56:49 +01:00
worker_threads.js worker: use copy of process.env 2019-04-09 16:36:33 +01:00
zlib.js benchmark,lib: change var to const 2019-04-08 23:53:15 +01:00