Skip to content

AEAD_CHACHA20_POLY1305 support #24080

Closed
@chux0519

Description

@chux0519

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    cryptoIssues and PRs related to the crypto subsystem.feature requestIssues that request new features to be added to Node.js.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions