Skip to content

src: rename crypto_ecdh.(h|cc) to crypto_ec.(h|cc) - #37048

Closed
tniessen wants to merge 1 commit into
nodejs:masterfrom
tniessen:src-rename-ecdh-ec
Closed

src: rename crypto_ecdh.(h|cc) to crypto_ec.(h|cc)#37048
tniessen wants to merge 1 commit into
nodejs:masterfrom
tniessen:src-rename-ecdh-ec

Conversation

@tniessen

Copy link
Copy Markdown
Member

crypto_ecdh.h and crypto_ecdh.cc define and implement things that are not only relevant to ECDH, but also to other ECC mechanisms, including ECDSA. The files should, therefore, just be called crypto_ec.*.

@tniessentniessen added crypto Issues and PRs related to the crypto subsystem. c++ Issues and PRs that require attention from people who are familiar with C++. labels Jan 24, 2021
@nodejs-github-botnodejs-github-bot added the lib / src Issues and PRs related to general changes in the lib or src directory. label Jan 24, 2021
@jasnelljasnell added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 24, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@jasnell

Copy link
Copy Markdown
Member

There's no reason for this to wait the full minimum time to land. Please 👍🏻 to fast-track

@jasnelljasnell added the fast-track PRs that do not need to wait for 48 hours to land. label Jan 25, 2021
@jasnell

Copy link
Copy Markdown
Member

Landed in 7394311

@jasnelljasnell closed this Jan 25, 2021
jasnell pushed a commit that referenced this pull request Jan 25, 2021
PR-URL: #37048
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@tniessen
tniessen deleted the src-rename-ecdh-ec branch January 25, 2021 17:10
@tniessentniessen removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 25, 2021
targos pushed a commit that referenced this pull request Feb 2, 2021
PR-URL: #37048
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@targostargos mentioned this pull request Feb 2, 2021
@gengjiawengengjiawen mentioned this pull request Mar 18, 2021
Trott pushed a commit to tniessen/node that referenced this pull request Oct 7, 2021
Refs: nodejs#37048
PR-URL: nodejs#40332
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Qingyu Deng <i@ayase-lab.com>
danielleadams pushed a commit that referenced this pull request Oct 7, 2021
Refs: #37048
PR-URL: #40332
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Qingyu Deng <i@ayase-lab.com>
Sign up for freeto 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++.cryptoIssues and PRs related to the crypto subsystem.fast-trackPRs that do not need to wait for 48 hours to land.lib / srcIssues and PRs related to general changes in the lib or src directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@tniessen@nodejs-github-bot@jasnell@addaleax@lpinca@cjihrig@targos