We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c01f69 commit 0316733Copy full SHA for 0316733
1 file changed
src/node_crypto.cc
@@ -2452,9 +2452,8 @@ void SSLWrap<Base>::GetEphemeralKeyInfo(
2452
.FromJust();
2453
break;
2454
case EVP_PKEY_EC:
2455
- // TODO(shigeki) Change this to EVP_PKEY_X25519 and add EVP_PKEY_X448
2456
- // after upgrading to 1.1.1.
2457
- case NID_X25519:
+ // TODO(shigeki) Add EVP_PKEY_X448.
+ case EVP_PKEY_X25519:
2458
{
2459
const char* curve_name;
2460
if (kid == EVP_PKEY_EC) {
0 commit comments