-
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
src: move some X509Certificate stuff to ncrypto #54241
Conversation
Review requested:
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
19a28e2
to
7dc9283
Compare
This comment was marked as outdated.
This comment was marked as outdated.
7dc9283
to
dd0f080
Compare
This comment was marked as outdated.
This comment was marked as outdated.
dd0f080
to
6397861
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
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.
RSLGTM as long as CI passes
Commit Queue failed- Loading data for nodejs/node/pull/54241 ✔ Done loading data for nodejs/node/pull/54241 ----------------------------------- PR info ------------------------------------ Title src: move some X509Certificate stuff to ncrypto (#54241) Author James M Snell <jasnell@gmail.com> (@jasnell) Branch jasnell:use-ncrypto-moar -> nodejs:main Labels crypto, c++, lib / src, author ready, dependencies Commits 10 - src: move some X509Certificate stuff to ncrypto - src: shift more crypto X509 to ncrypto - src: shift more x509 to ncrypto - src: shift more x509 to ncrypto - src: shift even more x509 to ncrypto - src: shift more x509 to ncrypto - src: fixup crypto linting after x509 changes - src: fixup includes after x509 changes - src: fixups after code review - src: address nits Committers 1 - James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/54241 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/54241 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Wed, 07 Aug 2024 04:58:43 GMT ✔ Approvals: 2 ✔ - Yagiz Nizipli (@anonrig) (TSC): https://github.com/nodejs/node/pull/54241#pullrequestreview-2225624836 ✔ - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/54241#pullrequestreview-2233450678 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-08-07T22:13:52Z: https://ci.nodejs.org/job/node-test-pull-request/60953/ - Querying data for job/node-test-pull-request/60953/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 54241 From https://github.com/nodejs/node * branch refs/pull/54241/merge -> FETCH_HEAD ✔ Fetched commits as 624db509520a..083bad70e707 -------------------------------------------------------------------------------- [main 4aa5f71b56] src: move some X509Certificate stuff to ncrypto Author: James M Snell <jasnell@gmail.com> Date: Mon Aug 5 16:24:51 2024 -0700 2 files changed, 43 insertions(+), 1 deletion(-) [main 8f81e293dd] src: shift more crypto X509 to ncrypto Author: James M Snell <jasnell@gmail.com> Date: Tue Aug 6 19:28:20 2024 -0700 4 files changed, 103 insertions(+), 20 deletions(-) [main 9b78f096ba] src: shift more x509 to ncrypto Author: James M Snell <jasnell@gmail.com> Date: Tue Aug 6 20:43:10 2024 -0700 4 files changed, 210 insertions(+), 69 deletions(-) [main 0e14dbdf2d] src: shift more x509 to ncrypto Author: James M Snell <jasnell@gmail.com> Date: Tue Aug 6 21:12:59 2024 -0700 6 files changed, 125 insertions(+), 85 deletions(-) [main df19fced42] src: shift even more x509 to ncrypto Author: James M Snell <jasnell@gmail.com> Date: Tue Aug 6 21:39:11 2024 -0700 4 files changed, 138 insertions(+), 96 deletions(-) [main 27eb278981] src: shift more x509 to ncrypto Author: James M Snell <jasnell@gmail.com> Date: Tue Aug 6 21:54:26 2024 -0700 4 files changed, 48 insertions(+), 49 deletions(-) [main 6d166ebcb3] src: fixup crypto linting after x509 changes Author: James M Snell <jasnell@gmail.com> Date: Tue Aug 6 21:55:02 2024 -0700 2 files changed, 45 insertions(+), 45 deletions(-) [main b268532cfd] src: fixup includes after x509 changes Author: James M Snell <jasnell@gmail.com> Date: Wed Aug 7 06:59:26 2024 -0700 4 files changed, 9 insertions(+), 14 deletions(-) [main 947f98a9f2] src: fixups after code review Author: James M Snell <jasnell@gmail.com> Date: Wed Aug 7 07:52:31 2024 -0700 1 file changed, 1 insertion(+), 3 deletions(-) [main 8272776189] src: address nits Author: James M Snell <jasnell@gmail.com> Date: Wed Aug 7 08:43:42 2024 -0700 2 files changed, 4 insertions(+), 4 deletions(-) ✔ Patches applied There are 10 commits in the PR. Attempting autorebase. Rebasing (2/20)https://github.com/nodejs/node/actions/runs/10357382875 |
PR-URL: #54241 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Landed in 5f230d2 |
PR-URL: #54241 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: #54241 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Starting working on moving the core bits of X509Certificate to ncrypto... this is incomplete but it's a big set of changes so I'm splitting them up in to multiple chunks.