diff --git a/doc/api/tls.md b/doc/api/tls.md index f83ed1df3e449f..97bc8301f4ead1 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -461,6 +461,10 @@ connection is open. ### new tls.TLSSocket(socket[, options]) * `socket` {net.Socket} An instance of [`net.Socket`][] @@ -770,6 +774,13 @@ argument. ## tls.connect(options[, callback]) * `options` {Object} @@ -883,6 +894,16 @@ socket.on('end', () => { ## tls.createSecureContext(options) * `options` {Object} @@ -972,6 +993,10 @@ publicly trusted list of CAs as given in ## tls.createServer([options][, secureConnectionListener]) * `options` {Object} @@ -1146,6 +1171,10 @@ certificate used is properly authorized. > Stability: 0 - Deprecated: Use [`tls.TLSSocket`][] instead.