Browse Source

doc: add note on tls connection meta data methods

PR-URL: https://github.com/nodejs/node/pull/3746
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
process-exit-stdio-flushing
Tyler Henkel 9 years ago
committed by Ben Noordhuis
parent
commit
eff8c3e024
  1. 4
      doc/api/tls.markdown

4
doc/api/tls.markdown

@ -764,6 +764,10 @@ of written data and all required TLS negotiation.
This instance implements a duplex [Stream][] interfaces. It has all the This instance implements a duplex [Stream][] interfaces. It has all the
common stream methods and events. common stream methods and events.
Methods that return TLS connection meta data (e.g.
[getPeerCertificate](#tlssocketgetpeercertificate-detailed-))
will only return data while the connection is open.
### Event: 'secureConnect' ### Event: 'secureConnect'
This event is emitted after a new connection has been successfully handshaked. This event is emitted after a new connection has been successfully handshaked.

Loading…
Cancel
Save