doc: Correct TLS deprecation notices
This commit is contained in:
parent
0581f5cb60
commit
0a4260c8c0
@ -331,7 +331,7 @@ Or
|
|||||||
|
|
||||||
## tls.createSecurePair([credentials], [isServer], [requestCert], [rejectUnauthorized])
|
## tls.createSecurePair([credentials], [isServer], [requestCert], [rejectUnauthorized])
|
||||||
|
|
||||||
** Deprecated **
|
Stability: 0 - Deprecated. Use tls.TLSSocket instead.
|
||||||
|
|
||||||
Creates a new secure pair object with two streams, one of which reads/writes
|
Creates a new secure pair object with two streams, one of which reads/writes
|
||||||
encrypted data, and one reads/writes cleartext data.
|
encrypted data, and one reads/writes cleartext data.
|
||||||
@ -445,7 +445,7 @@ The number of concurrent connections on the server.
|
|||||||
|
|
||||||
## Class: CryptoStream
|
## Class: CryptoStream
|
||||||
|
|
||||||
** Deprecated **
|
Stability: 0 - Deprecated. Use tls.TLSSocket instead.
|
||||||
|
|
||||||
This is an encrypted stream.
|
This is an encrypted stream.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user