Skip to content
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

crypto: move process.binding('tls_wrap') internal #22429

Closed

Conversation

danbev
Copy link
Contributor

@danbev danbev commented Aug 21, 2018

This commit makes the tls_wrap builtin an internal builtin, and
changes usage of the builtin from using process.binding('tls_wrap')
to use internalBinding instead.

Refs: #22160

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. tls Issues and PRs related to the tls subsystem. labels Aug 21, 2018
@danbev danbev added the semver-major PRs that contain breaking changes and should be released in the next major version. label Aug 21, 2018
@danbev
Copy link
Contributor Author

danbev commented Aug 21, 2018

@danbev danbev force-pushed the tls_wrap_move_to_internalBinding branch from 95b309f to b2f82d2 Compare August 24, 2018 04:03
@danbev
Copy link
Contributor Author

danbev commented Aug 24, 2018

This commit makes the tls_wrap builtin an internal builtin, and
changes usage of the builtin from using process.binding('tls_wrap')
to use internalBinding instead.

Refs: nodejs#22160
@danbev danbev force-pushed the tls_wrap_move_to_internalBinding branch from b2f82d2 to e0c6943 Compare August 24, 2018 09:28
@danbev
Copy link
Contributor Author

danbev commented Aug 24, 2018

Rebased (resolved conflicts) CI: https://ci.nodejs.org/job/node-test-pull-request/16718/

@danbev
Copy link
Contributor Author

danbev commented Aug 24, 2018

Re-run of failing node-test-commit-freebsd was successful.

@danbev
Copy link
Contributor Author

danbev commented Aug 24, 2018

Landed in eab916c.

@danbev danbev closed this Aug 24, 2018
@danbev danbev deleted the tls_wrap_move_to_internalBinding branch August 24, 2018 12:00
danbev added a commit that referenced this pull request Aug 24, 2018
This commit makes the tls_wrap builtin an internal builtin, and
changes usage of the builtin from using process.binding('tls_wrap')
to use internalBinding instead.

Refs: #22160

PR-URL: #22429
Refs: #22160
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++. semver-major PRs that contain breaking changes and should be released in the next major version. tls Issues and PRs related to the tls subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants