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