We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a0d8f commit c5050d8Copy full SHA for c5050d8
doc/api/tls.markdown
@@ -158,9 +158,10 @@ automatically set as a listener for the [secureConnection][] event. The
158
159
Defaults to `prime256v1`. Consult [RFC 4492] for more details.
160
161
- - `dhparam`: DH parameter file to use for DHE key agreement. Use
162
- `openssl dhparam` command to create it. If the file is invalid to
163
- load, it is silently discarded.
+ - `dhparam`: A string or `Buffer` containing Diffie Hellman parameters,
+ required for Perfect Forward Secrecy. Use `openssl dhparam` to create it.
+ If omitted or invalid, it is silently discarded and DHE ciphers won't be
164
+ available.
165
166
- `handshakeTimeout`: Abort the connection if the SSL/TLS handshake does not
167
finish in this many milliseconds. The default is 120 seconds.
0 commit comments