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 be63dc5

Browse filesBrowse files
tniessenBethGriggs
authored andcommitted
doc: remove statement about (EC)DHE performance
This statement is misleading in that it says "key generation is expensive". ECDHE key generation (over the elliptic curves that are commonly used for TLS) is insanely fast compared to most other types of key generation. This statement is irrelevant for TLS 1.3, which requires (EC)DHE. Even if this statement is somewhat true for TLS 1.2, it does not justify discouraging the use of (EC)DHE. PR-URL: #41528 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
1 parent 336c18d commit be63dc5
Copy full SHA for be63dc5

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+0
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/tls.md‎

Copy file name to clipboardExpand all lines: doc/api/tls.md
-3Lines changed: 0 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ the character "E" appended to the traditional abbreviations):
8989
* [ECDHE][]: An ephemeral version of the Elliptic Curve Diffie-Hellman
9090
key-agreement protocol.
9191

92-
Ephemeral methods may have some performance drawbacks, because key generation
93-
is expensive.
94-
9592
To use perfect forward secrecy using `DHE` with the `tls` module, it is required
9693
to generate Diffie-Hellman parameters and specify them with the `dhparam`
9794
option to [`tls.createSecureContext()`][]. The following illustrates the use of

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.