Skip to content

Commit 91d2090

Browse files
committed
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
1 parent 1c7b5db commit 91d2090

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
@@ -1174,6 +1174,10 @@ changes:
11741174
- version: v9.3.0
11751175
pr-url: https://github.com/nodejs/node/pull/14903
11761176
description: The `options` parameter can now include `clientCertEngine`.
1177+
- version: v9.0.0
1178+
pr-url: https://github.com/nodejs/node/pull/15206
1179+
description: The `ecdhCurve` option can now be multiple `':'` separated
1180+
curve names or `'auto'`.
11771181
- version: v7.3.0
11781182
pr-url: https://github.com/nodejs/node/pull/10294
11791183
description: If the `key` option is an array, individual entries do not
@@ -1402,6 +1406,10 @@ console.log(tls.getCiphers()); // ['AES128-SHA', 'AES256-SHA', ...]
14021406
## tls.DEFAULT_ECDH_CURVE
14031407
<!-- YAML
14041408
added: v0.11.13
1409+
changes:
1410+
- version: v10.0.0
1411+
pr-url: https://github.com/nodejs/node/pull/16853
1412+
description: Default value changed to `'auto'`.
14051413
-->
14061414

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

0 commit comments

Comments
 (0)