Skip to content

Commit c4b9f0a

Browse files
sam-githubitaloacasas
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 94a266e commit c4b9f0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/tls.md

+3
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,9 @@ console.log(tls.getCiphers()); // ['AES128-SHA', 'AES256-SHA', ...]
10871087
```
10881088

10891089
## tls.DEFAULT_ECDH_CURVE
1090+
<!-- YAML
1091+
added: v0.11.13
1092+
-->
10901093

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

0 commit comments

Comments
 (0)