Browse Source

doc: remove tls.createSecurePair deprecation

pending tls.TLSSocket growing the ability to work
with streams, createSecurePair will remain.

PR-URL: https://github.com/joyent/node/pull/8695
Reviewed-by: Fedor Indutny <fedor@indutny.com>
v0.11.15-release
Chris Dickinson 10 years ago
parent
commit
03bae7bded
  1. 2
      doc/api/tls.markdown

2
doc/api/tls.markdown

@ -455,8 +455,6 @@ publicly trusted list of CAs as given in
## tls.createSecurePair([context][, isServer][, requestCert][, rejectUnauthorized])
Stability: 0 - Deprecated. Use tls.TLSSocket instead.
Creates a new secure pair object with two streams, one of which reads/writes
encrypted data, and one reads/writes cleartext data.
Generally the encrypted one is piped to/from an incoming encrypted data stream,

Loading…
Cancel
Save