summaryrefslogtreecommitdiff
path: root/doc/api/tls.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-06-02 17:14:48 +0200
committerZYSzys <zyszys98@gmail.com>2019-06-05 23:11:28 +0800
commit8017e7c17f9338ea350eb2c5e1ce4539fae2a490 (patch)
tree75908c253340fc2cde06e4d1a1af032b1123ad54 /doc/api/tls.md
parent703348f2b2d1250cab89e71700bae1f1bf9a3755 (diff)
downloadandroid-node-v8-8017e7c17f9338ea350eb2c5e1ce4539fae2a490.tar.gz
android-node-v8-8017e7c17f9338ea350eb2c5e1ce4539fae2a490.tar.bz2
android-node-v8-8017e7c17f9338ea350eb2c5e1ce4539fae2a490.zip
doc: remove "strongly recommended" hedging from tls.md
PR-URL: https://github.com/nodejs/node/pull/28029 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/api/tls.md')
-rw-r--r--doc/api/tls.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index b5b56865ba..9672d82494 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -1403,8 +1403,8 @@ changes:
Revocation Lists).
* `dhparam` {string|Buffer} Diffie Hellman parameters, required for
[Perfect Forward Secrecy][]. Use `openssl dhparam` to create the parameters.
- The key length must be greater than or equal to 1024 bits, otherwise an
- error will be thrown. It is strongly recommended to use 2048 bits or larger
+ The key length must be greater than or equal to 1024 bits or else an error
+ will be thrown. Although 1024 bits is permissible, use 2048 bits or larger
for stronger security. If omitted or invalid, the parameters are silently
discarded and DHE ciphers will not be available.
* `ecdhCurve` {string} A string describing a named curve or a colon separated