summaryrefslogtreecommitdiff
path: root/doc/node.1
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-05-01 11:45:45 -0700
committerRich Trott <rtrott@gmail.com>2019-05-05 08:23:43 -0700
commit3d98051e207324353c462b1f53ee0e8fe262297d (patch)
tree2a039e43ed921d9ead70aa25c4a61bf0e6e1cd0f /doc/node.1
parent7467a5d4393a82b504ef74c6d047628b0043a061 (diff)
downloadandroid-node-v8-3d98051e207324353c462b1f53ee0e8fe262297d.tar.gz
android-node-v8-3d98051e207324353c462b1f53ee0e8fe262297d.tar.bz2
android-node-v8-3d98051e207324353c462b1f53ee0e8fe262297d.zip
tls: add --tls-min-v1.2 CLI switch
Switch added in v11.x, add it to master/12.x for consistency and compatibility. See: https://github.com/nodejs/node/pull/26951, commit bf2c283555c6b26 PR-URL: https://github.com/nodejs/node/pull/27520 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Diffstat (limited to 'doc/node.1')
-rw-r--r--doc/node.14
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/node.1 b/doc/node.1
index 5c0e23d701..0b094c62e8 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -278,6 +278,10 @@ or servers.
Set default minVersion to 'TLSv1.1'. Use for compatibility with old TLS clients
or servers.
.
+.It Fl -tls-min-v1.2
+Set default minVersion to 'TLSv1.2'. This is the default for 12.x and later,
+but the option is supported for compatibility with older Node.js versions.
+.
.It Fl -tls-min-v1.3
Set default minVersion to 'TLSv1.3'. Use to disable support for TLSv1.2 in
favour of TLSv1.3, which is more secure.