Add RFC 8032 / RFC 7748 (Elliptic Curves for Security) to crypto.getCurves() #30097
Labels
crypto
Issues and PRs related to the crypto subsystem.
feature request
Issues that request new features to be added to Node.js.
openssl
Issues and PRs related to the OpenSSL dependency.
Run this code (I'm using Node.js 12.13.0 from
deb.nodesource.com
):Absent from this list are the curves recommended in RFC 7748 (Elliptic Curves for Security). Additionally, RFC 8032 (EdDSA) is not supported either.
For ECDH, I would expect to see
x25519
andx448
in the list.For signatures, I would expect to see
ed25519
anded448
as well.Note: These types are documented elsewhere:
The text was updated successfully, but these errors were encountered: