TUN-8057: cloudflared uses new PQ curve ID
This commit is contained in:
parent
6174c4588b
commit
75752b681b
|
@ -12,7 +12,7 @@ import (
|
||||||
// to https://pqtunnels.cloudflareresearch.com.
|
// to https://pqtunnels.cloudflareresearch.com.
|
||||||
|
|
||||||
const (
|
const (
|
||||||
PQKex = tls.CurveID(0xfe31) // X25519Kyber768Draft00
|
PQKex = tls.CurveID(0x6399) // X25519Kyber768Draft00
|
||||||
PQKexName = "X25519Kyber768Draft00"
|
PQKexName = "X25519Kyber768Draft00"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue