Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding added for secureConnection event
  • Loading branch information
Italo A. Casas committed May 27, 2016
commit f12bed4ef936ad667945b109e46af55dc654459f
4 changes: 3 additions & 1 deletion doc/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,9 @@ server.on('resumeSession', (id, cb) => {
```

### Event: 'secureConnection'

<!--YAML
added: v0.11.13
-->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is documented since 0.3.2

The `'secureConnection'` event is emitted after the handshaking process for a
new connection has successfully completed. The listener callback is passed a
single argument when called:
Expand Down