Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 049429b

Browse filesBrowse files
TrottBridgeAR
authored andcommitted
doc: remove "strongly recommended" hedging from tls.md
PR-URL: #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>
1 parent 79d4f28 commit 049429b
Copy full SHA for 049429b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/tls.md‎

Copy file name to clipboardExpand all lines: doc/api/tls.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.