File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -781,6 +781,9 @@ decrease overall server throughput.
781781<!-- YAML
782782added: v0.11.3
783783changes:
784+ - version: REPLACEME
785+ pr-url: https://github.com/nodejs/node/pull/14978
786+ description: The `pskCallback` option is now supported.
784787 - version: v8.0.0
785788 pr-url: https://github.com/nodejs/node/pull/12839
786789 description: The `lookup` option is supported now.
@@ -820,7 +823,8 @@ changes:
820823 * * Note* : PSK ciphers are disabled by default, and using
821824 TLS-PSK thus requires explicitly specifying a cipher suite with the
822825 ` ciphers ` option. Additionally, it may be necessary to disable
823- ` rejectUnauthorized ` when not intending to use certificates.
826+ ` rejectUnauthorized ` if a client attempts to specify a certificate for the
827+ session.
824828 * * Note* : ` identity ` must use UTF-8 encoding.
825829 * ` NPNProtocols ` {string[ ] |Buffer[ ] |Uint8Array[ ] |Buffer|Uint8Array}
826830 An array of strings, ` Buffer ` s or ` Uint8Array ` s, or a single ` Buffer ` or
You can’t perform that action at this time.
0 commit comments