Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 03bae7b

Browse files
doc: remove tls.createSecurePair deprecation
pending tls.TLSSocket growing the ability to work with streams, createSecurePair will remain. PR-URL: #8695 Reviewed-by: Fedor Indutny <fedor@indutny.com>
1 parent 5845a6b commit 03bae7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/api/tls.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,6 @@ publicly trusted list of CAs as given in
455455

456456
## tls.createSecurePair([context][, isServer][, requestCert][, rejectUnauthorized])
457457

458-
Stability: 0 - Deprecated. Use tls.TLSSocket instead.
459-
460458
Creates a new secure pair object with two streams, one of which reads/writes
461459
encrypted data, and one reads/writes cleartext data.
462460
Generally the encrypted one is piped to/from an incoming encrypted data stream,

0 commit comments

Comments
 (0)