Skip to content

Commit 1307104

Browse files
sam-githubMylesBorins
authored andcommitted
doc: DEFAULT_ECDH_CURVE was added in 0.11.13
Document this with the YAML meta-data. PR-URL: #10983 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 99a234c commit 1307104

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/tls.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,9 @@ console.log(tls.getCiphers()); // ['AES128-SHA', 'AES256-SHA', ...]
10771077
```
10781078

10791079
## tls.DEFAULT_ECDH_CURVE
1080+
<!-- YAML
1081+
added: v0.11.13
1082+
-->
10801083

10811084
The default curve name to use for ECDH key agreement in a tls server. The
10821085
default value is `'prime256v1'` (NIST P-256). Consult [RFC 4492] and

0 commit comments

Comments
 (0)