Skip to content

Commit 049429b

Browse files
TrottBridgeAR
authored andcommitted
doc: remove "strongly recommended" hedging from tls.md
PR-URL: #28029 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 79d4f28 commit 049429b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,8 +1403,8 @@ changes:
14031403
Revocation Lists).
14041404
* `dhparam` {string|Buffer} Diffie Hellman parameters, required for
14051405
[Perfect Forward Secrecy][]. Use `openssl dhparam` to create the parameters.
1406-
The key length must be greater than or equal to 1024 bits, otherwise an
1407-
error will be thrown. It is strongly recommended to use 2048 bits or larger
1406+
The key length must be greater than or equal to 1024 bits or else an error
1407+
will be thrown. Although 1024 bits is permissible, use 2048 bits or larger
14081408
for stronger security. If omitted or invalid, the parameters are silently
14091409
discarded and DHE ciphers will not be available.
14101410
* `ecdhCurve` {string} A string describing a named curve or a colon separated

0 commit comments

Comments
 (0)