mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-13 09:08:50 +01:00
Fix typo in TLS group x25519mlkem768
This commit is contained in:
parent
8861eae223
commit
ca37c0b05f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue