mirror of
https://github.com/caddyserver/caddy.git
synced 2025-06-09 06:36:44 +08:00
Fix typo in TLS group x25519mlkem768
This commit is contained in:
@ -85,7 +85,7 @@ func getOptimalDefaultCipherSuites() []uint16 {
|
|||||||
// or key exchange mechanisms ("curves" traditionally).
|
// or key exchange mechanisms ("curves" traditionally).
|
||||||
// https://golang.org/pkg/crypto/tls/#CurveID
|
// https://golang.org/pkg/crypto/tls/#CurveID
|
||||||
var SupportedCurves = map[string]tls.CurveID{
|
var SupportedCurves = map[string]tls.CurveID{
|
||||||
"X25519mlkem768": tls.X25519MLKEM768,
|
"x25519mlkem768": tls.X25519MLKEM768,
|
||||||
"x25519": tls.X25519,
|
"x25519": tls.X25519,
|
||||||
"secp256r1": tls.CurveP256,
|
"secp256r1": tls.CurveP256,
|
||||||
"secp384r1": tls.CurveP384,
|
"secp384r1": tls.CurveP384,
|
||||||
|
Reference in New Issue
Block a user