From 130710476bb422041f44a55e7da0e09c4a60c5ab Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Tue, 24 Jan 2017 14:04:08 -0800 Subject: [PATCH] doc: DEFAULT_ECDH_CURVE was added in 0.11.13 Document this with the YAML meta-data. PR-URL: https://github.com/nodejs/node/pull/10983 Reviewed-By: Colin Ihrig Reviewed-By: Gibson Fahnestock Reviewed-By: Luigi Pinca --- doc/api/tls.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/tls.md b/doc/api/tls.md index 64d6b29231d322..3c8c31a8f11e22 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1077,6 +1077,9 @@ 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 default value is `'prime256v1'` (NIST P-256). Consult [RFC 4492] and