| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 10afecd commit 849a3e2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -141,8 +141,8 @@ not required and a default ECDHE curve will be used. The `ecdhCurve` property | |||
| 141 | 141 | can be used when creating a TLS Server to specify the list of names of supported | |
| 142 | 142 | curves to use, see [`tls.createServer()`][] for more info. | |
| 143 | 143 | ||
| 144 | - Perfect forward secrecy was optional up to TLSv1.2, but it is not optional for | ||
| 145 | - TLSv1.3, because all TLSv1.3 cipher suites use ECDHE. | ||
| 144 | + Perfect forward secrecy was optional up to TLSv1.2. As of TLSv1.3, (EC)DHE is | ||
| 145 | + always used (with the exception of PSK-only connections). | ||
| 146 | 146 | ||
| 147 | 147 | ### ALPN and SNI | |
| 148 | 148 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments