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

AEAD_CHACHA20_POLY1305 support #24080

Closed
chux0519 opened this issue Nov 4, 2018 · 1 comment · Fixed by #24081
Closed

AEAD_CHACHA20_POLY1305 support #24080

chux0519 opened this issue Nov 4, 2018 · 1 comment · Fixed by #24081
Labels
crypto Issues and PRs related to the crypto subsystem. feature request Issues that request new features to be added to Node.js.

Comments

@chux0519
Copy link
Contributor

chux0519 commented Nov 4, 2018

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).

@Trott Trott added feature request Issues that request new features to be added to Node.js. openssl Issues and PRs related to the OpenSSL dependency. crypto Issues and PRs related to the crypto subsystem. and removed openssl Issues and PRs related to the OpenSSL dependency. labels Nov 4, 2018
@Trott
Copy link
Member

Trott commented Nov 4, 2018

@nodejs/crypto

refack pushed a commit to chux0519/node that referenced this issue Nov 7, 2018
openSSL supports AEAD_CHACHA20_POLY1305(rfc7539) since 1.1.

PR-URL: nodejs#24081
Fixes: nodejs#24080
Refs: https://tools.ietf.org/html/rfc7539
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
BridgeAR pushed a commit that referenced this issue Nov 14, 2018
openSSL supports AEAD_CHACHA20_POLY1305(rfc7539) since 1.1.

PR-URL: #24081
Fixes: #24080
Refs: https://tools.ietf.org/html/rfc7539
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
kiyomizumia pushed a commit to kiyomizumia/node that referenced this issue Nov 15, 2018
openSSL supports AEAD_CHACHA20_POLY1305(rfc7539) since 1.1.

PR-URL: nodejs#24081
Fixes: nodejs#24080
Refs: https://tools.ietf.org/html/rfc7539
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
BethGriggs pushed a commit that referenced this issue Oct 21, 2019
openSSL supports AEAD_CHACHA20_POLY1305(rfc7539) since 1.1.

PR-URL: #24081
Fixes: #24080
Refs: https://tools.ietf.org/html/rfc7539
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
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. feature request Issues that request new features to be added to Node.js.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants