From 124d155f5ec22568c740d4a465f4496cda44deb6 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 f6bc19da78d264..f83ed1df3e449f 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1087,6 +1087,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