Skip to content

Conversation

@bnoordhuis
Copy link
Member

No description provided.

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot 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. labels Oct 14, 2018
Copy link
Member

@addaleax addaleax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make sense to share these methods instead of creating duplicates, e.g. through inheritance or SetPrototypeProviderTemplate()?

@bnoordhuis
Copy link
Member Author

Rebased to fix merge conflict.

Would it make sense to share these methods instead of creating duplicates, e.g. through inheritance or SetPrototypeProviderTemplate()?

env->SetMethod(proto_provider_templ, ...) restricts calls to proto_provider_templ due to the v8::Signature. Either new methods are needed (potential source of confusion) or we inline it in DiffieHellman::Initialize(), but either way the PR then adds more code than it removes.

@jasnell
Copy link
Member

jasnell commented Oct 16, 2018

@jasnell jasnell added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Oct 16, 2018
@jasnell
Copy link
Member

jasnell commented Oct 17, 2018

@tniessen
Copy link
Member

@refack
Copy link
Contributor

refack commented Oct 18, 2018

CI in green.

@danbev
Copy link
Contributor

danbev commented Oct 18, 2018

Landed in 92d67fe.

@danbev danbev closed this Oct 18, 2018
danbev pushed a commit that referenced this pull request Oct 18, 2018
PR-URL: #23657
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
jasnell pushed a commit that referenced this pull request Oct 21, 2018
PR-URL: #23657
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants