We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b5f80 commit 6eed1afCopy full SHA for 6eed1af
tls/tls_names.go
@@ -439,8 +439,8 @@ func init() {
439
curveNames[26] = "brainpoolP256r1"
440
curveNames[27] = "brainpoolP384r1"
441
curveNames[28] = "brainpoolP512r1"
442
- curveNames[29] = "ecdh_x25519" // TEMPORARY -- expires 1Mar2018
443
- curveNames[30] = "ecdh_x448" // TEMPORARY -- expires 1Mar2018
+ curveNames[29] = "x25519"
+ curveNames[30] = "x448"
444
curveNames[256] = "ffdhe2048"
445
curveNames[257] = "ffdhe3072"
446
curveNames[258] = "ffdhe4096"
0 commit comments