File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -158,9 +158,10 @@ automatically set as a listener for the [secureConnection][] event. The
158158
159159 Defaults to ` prime256v1 ` . Consult [ RFC 4492] for more details.
160160
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.
161+ - ` dhparam ` : A string or ` Buffer ` containing Diffie Hellman parameters,
162+ required for Perfect Forward Secrecy. Use ` openssl dhparam ` to create it.
163+ If omitted or invalid, it is silently discarded and DHE ciphers won't be
164+ available.
164165
165166 - ` handshakeTimeout ` : Abort the connection if the SSL/TLS handshake does not
166167 finish in this many milliseconds. The default is 120 seconds.
You can’t perform that action at this time.
0 commit comments