Skip to content

Commit 26c5bd8

Browse files
sam-githubaddaleax
authored andcommitted
doc: add metadata about ecdh curve options
- DEFAULT_ECDH_CURVE default changed to 'auto' for 10.0.0 - ecdhCurve parameter allowed multiple values and 'auto' from 9.0.0 PR-URL: #25502 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 03e05cb commit 26c5bd8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/api/tls.md

+8
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,10 @@ changes:
11831183
- version: v9.3.0
11841184
pr-url: https://github.com/nodejs/node/pull/14903
11851185
description: The `options` parameter can now include `clientCertEngine`.
1186+
- version: v9.0.0
1187+
pr-url: https://github.com/nodejs/node/pull/15206
1188+
description: The `ecdhCurve` option can now be multiple `':'` separated
1189+
curve names or `'auto'`.
11861190
- version: v7.3.0
11871191
pr-url: https://github.com/nodejs/node/pull/10294
11881192
description: If the `key` option is an array, individual entries do not
@@ -1409,6 +1413,10 @@ console.log(tls.getCiphers()); // ['AES128-SHA', 'AES256-SHA', ...]
14091413
## tls.DEFAULT_ECDH_CURVE
14101414
<!-- YAML
14111415
added: v0.11.13
1416+
changes:
1417+
- version: v10.0.0
1418+
pr-url: https://github.com/nodejs/node/pull/16853
1419+
description: Default value changed to `'auto'`.
14121420
-->
14131421

14141422
The default curve name to use for ECDH key agreement in a tls server. The

0 commit comments

Comments
 (0)