TUN-8057: cloudflared uses new PQ curve ID

This commit is contained in:
João Oliveirinha 2023-12-12 14:05:15 +00:00 committed by Devin Carr
parent 6174c4588b
commit 75752b681b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
// to https://pqtunnels.cloudflareresearch.com.
const (
PQKex = tls.CurveID(0xfe31) // X25519Kyber768Draft00
PQKex = tls.CurveID(0x6399) // X25519Kyber768Draft00
PQKexName = "X25519Kyber768Draft00"
)