Skip to content

Commit

Permalink
doc: DEFAULT_ECDH_CURVE was added in 0.11.13
Browse files Browse the repository at this point in the history
Document this with the YAML meta-data.

PR-URL: #10983
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
sam-github authored and MylesBorins committed Mar 9, 2017
1 parent 99a234c commit 1307104
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,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
Expand Down

0 comments on commit 1307104

Please sign in to comment.