| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@jasnell build started: https://ci.nodejs.org/blue/organizations/jenkins/node-test-pull-request-lite-pipeline/detail/node-test-pull-request-lite-pipeline/1385/pipeline |
Sorry, something went wrong.
|
@addaleax @sam-github @bnoordhuis @nodejs/tsc ... please take another look over. This has changed significantly and is now a semver-major deprecation. |
Sorry, something went wrong.
|
Are the things people were using .ssl for possible via public APIs? |
Sorry, something went wrong.
|
I've added verifyError() as a function on TLSSocket.prototype but I'm really not sure what else folks have been using beyond that. We can address those cases as needed. |
Sorry, something went wrong.
|
Ping @nodejs/tsc |
Sorry, something went wrong.
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#10846 Fixes: nodejs#10555
| 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?
Sorry, something went wrong.
There was a problem hiding this comment.
I'm fine with whatever name folks would like to see.
Sorry, something went wrong.
Co-Authored-By: jasnell <jasnell@gmail.com>
|
Ping @nodejs/tsc |
Sorry, something went wrong.
|
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 verifyError() to a separate commit. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Updated take on #10846
Fixes: #10555
/cc @sam-github
Checklist