Uh oh!
There was an error while loading. Please reload this page.
tls: deprecate undocumented tlsSocket.ssl property, add docs - #23915
tls: deprecate undocumented tlsSocket.ssl property, add docs#23915jasnell wants to merge 3 commits into
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
02e937e to
66849e7Comparejasnell
commented
Oct 30, 2018
@addaleax@sam-github@bnoordhuis @nodejs/tsc ... please take another look over. This has changed significantly and is now a semver-major deprecation. |
sam-github
commented
Oct 30, 2018
Are the things people were using |
jasnell
commented
Oct 30, 2018
I've added |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jasnell
commented
Nov 1, 2018
Ping @nodejs/tsc |
Uh oh!
There was an error while loading. Please reload this page.
deprecate the legacy undocumented `.ssl` alias for the `TLSSocket._handle` and document alternatives. Document how to properly use the `TLSSocket` constructor directly. Updated take on nodejs#10846Fixes: nodejs#10555
0a479a4 to
c82010dCompareUh oh!
There was an error while loading. Please reload this page.
| smaller fragments add extra TLS framing bytes and CPU overhead, which may | ||
| decrease overall server throughput. | ||
| ### tlsSocket.verifyError() |
There was a problem hiding this comment.
Sorry if these questions are naïve or otherwise ill-informed: Is this the best name for this? I know it's what we used previously, but it wasn't exposed publicly, was it? Might `validatePeerCertificate() or something like that be a better name?
There was a problem hiding this comment.
I'm fine with whatever name folks would like to see.
Co-Authored-By: jasnell <jasnell@gmail.com>
jasnell
commented
Nov 19, 2018
Ping @nodejs/tsc |
rvagg
commented
Nov 19, 2018
there's an outstanding question from @Trott inline lgtm I think, although the commit description doesn't hint at the addition of features. So it might be best to split out |
Updated take on #10846
Fixes: #10555
/cc @sam-github
Checklist