diff --git a/doc/api/tls.md b/doc/api/tls.md index 9d0011bb5ccf49..6162ef71c0be50 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1174,6 +1174,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 @@ -1402,6 +1406,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