summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-01-14 12:11:49 -0800
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-01-17 12:41:26 +0100
commit870186d69a9d2442b095e6d8783ba974f6893c60 (patch)
tree47c6365302d0437d8e21e9e3f78128e598f83683 /doc
parent228a3f840d9cab2d53ee12c546f002745935344a (diff)
downloadandroid-node-v8-870186d69a9d2442b095e6d8783ba974f6893c60.tar.gz
android-node-v8-870186d69a9d2442b095e6d8783ba974f6893c60.tar.bz2
android-node-v8-870186d69a9d2442b095e6d8783ba974f6893c60.zip
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: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/tls.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 12edef9848..75dc1bf27f 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
@@ -1411,6 +1415,10 @@ console.log(tls.getCiphers()); // ['AES128-SHA', 'AES256-SHA', ...]
## tls.DEFAULT_ECDH_CURVE
<!-- YAML
added: v0.11.13
+changes:
+ - version: v10.0.0
+ pr-url: https://github.com/nodejs/node/pull/16853
+ description: Default value changed to `'auto'`.
-->
The default curve name to use for ECDH key agreement in a tls server. The