summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2019-06-10 10:13:51 +0200
committerRich Trott <rtrott@gmail.com>2019-06-12 12:24:16 -0700
commitd9add75cf5a8c50cc40e48effeb8c5581b4d4229 (patch)
treed73f92d21861854162699160a25935f154dc5e55
parentd560d40283c6f4ef5f37a8930e7688239a545edf (diff)
downloadandroid-node-v8-d9add75cf5a8c50cc40e48effeb8c5581b4d4229.tar.gz
android-node-v8-d9add75cf5a8c50cc40e48effeb8c5581b4d4229.tar.bz2
android-node-v8-d9add75cf5a8c50cc40e48effeb8c5581b4d4229.zip
doc: add tls-min/max options to NODE_OPTIONS
This commit add the --tls-min and --tls-max command line options to the list of allowed options for the NODE_OPTIONS environment variable. PR-URL: https://github.com/nodejs/node/pull/28146 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
-rw-r--r--doc/api/cli.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 141e72aa00..6aa66cba16 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -1002,6 +1002,12 @@ Node.js options that are allowed are:
- `--throw-deprecation`
- `--title`
- `--tls-cipher-list`
+- `--tls-max-v1.2`
+- `--tls-max-v1.3`
+- `--tls-min-v1.0`
+- `--tls-min-v1.1`
+- `--tls-min-v1.2`
+- `--tls-min-v1.3`
- `--trace-deprecation`
- `--trace-event-categories`
- `--trace-event-file-pattern`