-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
src,crypto: refactor crypto_tls.*
#40675
Merged
nodejs-github-bot
merged 1 commit into
nodejs:master
from
RaisinTen:src,crypto/refactor-crypto_tls
Nov 12, 2021
Merged
src,crypto: refactor crypto_tls.*
#40675
nodejs-github-bot
merged 1 commit into
nodejs:master
from
RaisinTen:src,crypto/refactor-crypto_tls
Nov 12, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nodejs-github-bot
added
c++
Issues and PRs that require attention from people who are familiar with C++.
crypto
Issues and PRs related to the crypto subsystem.
needs-ci
PRs that need a full CI run.
labels
Oct 31, 2021
This comment has been minimized.
This comment has been minimized.
38 tasks
RaisinTen
force-pushed
the
src,crypto/refactor-crypto_tls
branch
4 times, most recently
from
November 1, 2021 15:59
73bce22
to
261229d
Compare
35 tasks
addaleax
approved these changes
Nov 2, 2021
By the design of `GetSSLError()`, the V8 API was unnecessarily being accessed in places where it eventually didn't get used. So this refactor inlines the function appropriately in places where it was being used. Also, this replaces uses of `AllocatedBuffers` with `BackingStore`s. Signed-off-by: Darshan Sen <darshan.sen@postman.com>
RaisinTen
force-pushed
the
src,crypto/refactor-crypto_tls
branch
from
November 2, 2021 15:07
261229d
to
2ab44e9
Compare
This comment has been minimized.
This comment has been minimized.
RaisinTen
added
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
and removed
needs-ci
PRs that need a full CI run.
labels
Nov 2, 2021
42 tasks
This comment has been minimized.
This comment has been minimized.
This was referenced Nov 4, 2021
RaisinTen
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Nov 7, 2021
github-actions
bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Nov 7, 2021
Commit Queue failed- Loading data for nodejs/node/pull/40675 ✔ Done loading data for nodejs/node/pull/40675 ----------------------------------- PR info ------------------------------------ Title src,crypto: refactor `crypto_tls.*` (#40675) Author Darshan Sen (@RaisinTen) Branch RaisinTen:src,crypto/refactor-crypto_tls -> nodejs:master Labels crypto, c++, author ready Commits 1 - src,crypto: refactor `crypto_tls.*` Committers 1 - Darshan Sen PR-URL: https://github.com/nodejs/node/pull/40675 Reviewed-By: Anna Henningsen ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/40675 Reviewed-By: Anna Henningsen -------------------------------------------------------------------------------- ℹ This PR was created on Sun, 31 Oct 2021 15:15:39 GMT ✔ Approvals: 1 ✔ - Anna Henningsen (@addaleax): https://github.com/nodejs/node/pull/40675#pullrequestreview-795054510 ✖ This PR needs to wait 6 more hours to land (or 0 hours if there is one more approval) ✔ Last GitHub Actions successful ℹ Last Full PR CI on 2021-11-03T13:44:50Z: https://ci.nodejs.org/job/node-test-pull-request/40684/ - Querying data for job/node-test-pull-request/40684/ ✔ Build data downloaded ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/1431079248 |
github-actions
bot
added
the
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
label
Nov 7, 2021
RaisinTen
removed
the
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
label
Nov 7, 2021
RaisinTen
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Nov 7, 2021
46 tasks
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Nov 12, 2021
Landed in 8ee9e1a |
targos
pushed a commit
that referenced
this pull request
Nov 21, 2021
By the design of `GetSSLError()`, the V8 API was unnecessarily being accessed in places where it eventually didn't get used. So this refactor inlines the function appropriately in places where it was being used. Also, this replaces uses of `AllocatedBuffers` with `BackingStore`s. Signed-off-by: Darshan Sen <darshan.sen@postman.com> PR-URL: #40675 Reviewed-By: Anna Henningsen <anna@addaleax.net>
danielleadams
pushed a commit
that referenced
this pull request
Jan 30, 2022
By the design of `GetSSLError()`, the V8 API was unnecessarily being accessed in places where it eventually didn't get used. So this refactor inlines the function appropriately in places where it was being used. Also, this replaces uses of `AllocatedBuffers` with `BackingStore`s. Signed-off-by: Darshan Sen <darshan.sen@postman.com> PR-URL: #40675 Reviewed-By: Anna Henningsen <anna@addaleax.net>
danielleadams
pushed a commit
that referenced
this pull request
Feb 1, 2022
By the design of `GetSSLError()`, the V8 API was unnecessarily being accessed in places where it eventually didn't get used. So this refactor inlines the function appropriately in places where it was being used. Also, this replaces uses of `AllocatedBuffers` with `BackingStore`s. Signed-off-by: Darshan Sen <darshan.sen@postman.com> PR-URL: #40675 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
c++
Issues and PRs that require attention from people who are familiar with C++.
crypto
Issues and PRs related to the crypto subsystem.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
By the design of
GetSSLError()
, the V8 API was unnecessarily beingaccessed in places where it eventually didn't get used. So this refactor
inlines the function appropriately in places where it was being used.
Also, this replaces uses of
AllocatedBuffers
withBackingStore
s.Signed-off-by: Darshan Sen darshan.sen@postman.com