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

Add public/private keys generation algorithms (RSA, EC) to crypto module #16510

Closed
croraf opened this issue Oct 26, 2017 · 2 comments
Closed
Labels
crypto Issues and PRs related to the crypto subsystem. duplicate Issues and PRs that are duplicates of other issues or PRs. feature request Issues that request new features to be added to Node.js.

Comments

@croraf
Copy link

croraf commented Oct 26, 2017

Crypto module offers digital signing functionality with two algorithms: RSASSA-PKCS1-v1_5 and ECDSA?

But for these we must have RSA or EC generated public/private key pairs.

As I understand crypto doesn't have functionality to generate the above pairs.

Can this be added to crypto module?

  • Version: 8.8.1
  • Platform:
  • Subsystem: crypto
@croraf
Copy link
Author

croraf commented Oct 26, 2017

I see a similar question here: #15116. I would like to have RSA and EC, to be used with crypto's signing functionality.

@bnoordhuis
Copy link
Member

I'll close this out as a duplicate of #15116. Can you comment in that issue that you would also like elliptic curve support? Pull requests also welcome, of course.

@bnoordhuis bnoordhuis added crypto Issues and PRs related to the crypto subsystem. duplicate Issues and PRs that are duplicates of other issues or PRs. feature request Issues that request new features to be added to Node.js. labels Oct 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crypto Issues and PRs related to the crypto subsystem. duplicate Issues and PRs that are duplicates of other issues or PRs. feature request Issues that request new features to be added to Node.js.
Projects
None yet
Development

No branches or pull requests

2 participants