-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
Is your feature request related to a problem? Please describe.
Not really a problem, I'm trying to write some networking stuff which using AEAD_CHACHA20_POLY1305(rfc7539).
As far as I know, OpenSSL should support that since 1.1 .
Actually I have written some code to support it, and a PR will be sent.
Describe the solution you'd like
Using chacha20-poly1305
In AEAD mode (node only support GCM, CCM and OCB now.)
Describe alternatives you've considered
All workaround are good to me( maybe some npm packages, but since openssl has ability to do this, supported by node is the best solution).
davidperrenoud
Metadata
Metadata
Assignees
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.