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: fixup scrypt regressions #35821

Closed
wants to merge 2 commits into from

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented Oct 26, 2020

Fixes a handful of regressions in scrypt support following
the refactor.

Fixes: #35815

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Fixes a handful of regressions in scrypt support following
the refactor.

Fixes: nodejs#35815
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Oct 26, 2020

Review requested:

@nodejs-github-bot nodejs-github-bot added c++ lib / src labels Oct 26, 2020
@jasnell jasnell added crypto regression request-ci labels Oct 26, 2020
src/crypto/crypto_util.cc Outdated Show resolved Hide resolved
@github-actions github-actions bot removed the request-ci label Oct 26, 2020
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Oct 26, 2020

@jasnell jasnell added the author ready label Oct 26, 2020
@jasnell jasnell added the request-ci label Oct 27, 2020
@github-actions github-actions bot removed the request-ci label Oct 27, 2020
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Oct 27, 2020

Copy link
Member

@mcollina mcollina left a comment

lgtm

@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Oct 27, 2020

Trott
Trott approved these changes Oct 27, 2020
@aduh95 aduh95 added the commit-queue label Oct 30, 2020
@github-actions github-actions bot removed the commit-queue label Oct 30, 2020
@github-actions
Copy link

@github-actions github-actions bot commented Oct 30, 2020

Landed in 30e9fab...05bb1b3

@github-actions github-actions bot closed this Oct 30, 2020
nodejs-github-bot added a commit that referenced this issue Oct 30, 2020
Fixes a handful of regressions in scrypt support following
the refactor.

Fixes: #35815

PR-URL: #35821
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos added a commit that referenced this issue Nov 3, 2020
Fixes a handful of regressions in scrypt support following
the refactor.

Fixes: #35815

PR-URL: #35821
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@targos targos mentioned this pull request Nov 3, 2020
tniessen added a commit to tniessen/node that referenced this issue Nov 4, 2020
@tniessen tniessen mentioned this pull request Nov 4, 2020
2 tasks
lpinca added a commit that referenced this issue Nov 5, 2020
PR-URL: #35972
Refs: #35821
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
danielleadams added a commit that referenced this issue Nov 9, 2020
PR-URL: #35972
Refs: #35821
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@BethGriggs BethGriggs added the dont-land-on-v14.x label Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready c++ crypto dont-land-on-v14.x lib / src regression
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

8 participants