Skip to content

Commit

Permalink
tls: Added nodejs#14978 PR to the changes: section. Improved wordin…
Browse files Browse the repository at this point in the history
…g of pskCallback note.
  • Loading branch information
taylorzane committed Aug 22, 2017
1 parent 2d5b055 commit f896c7c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,9 @@ decrease overall server throughput.
<!-- YAML
added: v0.11.3
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/14978
description: The `pskCallback` option is now supported.
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/12839
description: The `lookup` option is supported now.
Expand Down Expand Up @@ -820,7 +823,8 @@ changes:
* *Note*: PSK ciphers are disabled by default, and using
TLS-PSK thus requires explicitly specifying a cipher suite with the
`ciphers` option. Additionally, it may be necessary to disable
`rejectUnauthorized` when not intending to use certificates.
`rejectUnauthorized` if a client attempts to specify a certificate for the
session.
* *Note*: `identity` must use UTF-8 encoding.
* `NPNProtocols` {string[]|Buffer[]|Uint8Array[]|Buffer|Uint8Array}
An array of strings, `Buffer`s or `Uint8Array`s, or a single `Buffer` or
Expand Down

0 comments on commit f896c7c

Please sign in to comment.