From 6a6efabc8de7a7e1edbfa3fe7aed4172da35373f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 2 Jun 2019 17:14:48 +0200 Subject: [PATCH] doc: remove "strongly recommended" hedging from tls.md --- doc/api/tls.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index ae5285cb0d387d..48ed0c00a6eb69 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