Fix typo in TLS group x25519mlkem768

This commit is contained in:
Matthew Holt 2025-03-03 10:26:39 -07:00
parent 8861eae223
commit ca37c0b05f

View file

@ -85,7 +85,7 @@ func getOptimalDefaultCipherSuites() []uint16 {
// or key exchange mechanisms ("curves" traditionally).
// https://golang.org/pkg/crypto/tls/#CurveID
var SupportedCurves = map[string]tls.CurveID{
"X25519mlkem768": tls.X25519MLKEM768,
"x25519mlkem768": tls.X25519MLKEM768,
"x25519": tls.X25519,
"secp256r1": tls.CurveP256,
"secp384r1": tls.CurveP384,