diff --git a/doc/api/tls.md b/doc/api/tls.md index 907229951e3302..c7bd89f50101af 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1183,6 +1183,10 @@ changes: - version: v9.3.0 pr-url: https://github.com/nodejs/node/pull/14903 description: The `options` parameter can now include `clientCertEngine`. + - version: v9.0.0 + pr-url: https://github.com/nodejs/node/pull/15206 + description: The `ecdhCurve` option can now be multiple `':'` separated + curve names or `'auto'`. - version: v7.3.0 pr-url: https://github.com/nodejs/node/pull/10294 description: If the `key` option is an array, individual entries do not @@ -1409,6 +1413,10 @@ console.log(tls.getCiphers()); // ['AES128-SHA', 'AES256-SHA', ...] ## tls.DEFAULT_ECDH_CURVE The default curve name to use for ECDH key agreement in a tls server. The