-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc: add added:
information for tls
#7018
Conversation
@@ -134,7 +134,6 @@ threshold is exceeded. The limits are configurable: | |||
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 |
@@ -1019,6 +1024,9 @@ openssl s_client -connect 127.0.0.1:8000 | |||
``` | |||
|
|||
## 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. |
@@ -473,7 +523,9 @@ https://www.openssl.org/docs/manmaster/ssl/SSL_CIPHER_get_name.html for more | |||
information. | |||
|
|||
### 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
|
||
Returns a `Buffer` instance holding the keys currently used for | ||
encryption/decryption of the [TLS Session Tickets][] | ||
|
||
### 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