Add public/private keys generation algorithms (RSA, EC) to crypto module #16510
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.
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?
The text was updated successfully, but these errors were encountered: