-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
doc: add added:
information for tls
#7018
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
requests. Defaults to `3`. | ||
* `tls.CLIENT_RENEG_WINDOW` {number} Specifies the time renegotiation window | ||
in seconds. Defaults to `600` (10 minutes). | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary whitespace change
LGTM with a nit |
doc/api/tls.md
Outdated
|
||
## tls.getCiphers() | ||
<!--YAML | ||
v0.10.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should have added:
before it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sigh.. completely overlooked that ;-) good catch.
(correction, LGTM with nits addressed ;-) ...) |
@addaleax this is done. |
doc/api/tls.md
Outdated
### tlsSocket.getEphemeralKeyInfo() | ||
|
||
<!--YAML | ||
added: v5.0.0-rc.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Release candidates don’t really count, you can just set this to v5.0.0
### server.listen(port[, hostname][, callback]) | ||
<!-- YAML | ||
added: v0.11.3 | ||
--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inherited from net.Server
?
I'm going to review this entire module again. |
LGTM |
Landed in c2e6078 with minor whitespace fixups, thanks! |
Ref: #6578 PR-URL: #7018 Reviewed-By: Anna Henningsen <[email protected]>
Ref: #6578 PR-URL: #7018 Reviewed-By: Anna Henningsen <[email protected]>
Ref: #6578 PR-URL: #7018 Reviewed-By: Anna Henningsen <[email protected]>
Ref: nodejs#6578 PR-URL: nodejs#7018 Reviewed-By: Anna Henningsen <[email protected]>
Ref: #6578 PR-URL: #7018 Reviewed-By: Anna Henningsen <[email protected]>
Ref: #6578 PR-URL: #7018 Reviewed-By: Anna Henningsen <[email protected]>
Ref: #6578 PR-URL: #7018 Reviewed-By: Anna Henningsen <[email protected]>
Ref: #6578 PR-URL: #7018 Reviewed-By: Anna Henningsen <[email protected]>
Checklist
Affected core subsystem(s)
Description of change
Add
added:
information fortls
Ref: #6578