Skip to content

Commit f896c7c

Browse files
committed
tls: Added nodejs#14978 PR to the changes: section. Improved wording of pskCallback note.
1 parent 2d5b055 commit f896c7c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/api/tls.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,9 @@ decrease overall server throughput.
781781
<!-- YAML
782782
added: v0.11.3
783783
changes:
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

0 commit comments

Comments
 (0)