summaryrefslogtreecommitdiff
path: root/doc/api/tls.md
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2017-01-24 14:04:08 -0800
committerSam Roberts <vieuxtech@gmail.com>2017-01-25 09:32:13 -0800
commit124d155f5ec22568c740d4a465f4496cda44deb6 (patch)
treed783eafeab6e2fd416a5ef5e776c97005162bf11 /doc/api/tls.md
parent3b9e8adad4bf5b40de3ad3a2633460359008b8fb (diff)
downloadandroid-node-v8-124d155f5ec22568c740d4a465f4496cda44deb6.tar.gz
android-node-v8-124d155f5ec22568c740d4a465f4496cda44deb6.tar.bz2
android-node-v8-124d155f5ec22568c740d4a465f4496cda44deb6.zip
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 <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/tls.md')
-rw-r--r--doc/api/tls.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index f6bc19da78..f83ed1df3e 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
+<!-- YAML
+added: v0.11.13
+-->
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