From 75752b681b5a1b5337ddd01837b4bef74cc70436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveirinha?= Date: Tue, 12 Dec 2023 14:05:15 +0000 Subject: [PATCH] TUN-8057: cloudflared uses new PQ curve ID --- supervisor/pqtunnels.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor/pqtunnels.go b/supervisor/pqtunnels.go index f8dce98d..70a3fd69 100644 --- a/supervisor/pqtunnels.go +++ b/supervisor/pqtunnels.go @@ -12,7 +12,7 @@ import ( // to https://pqtunnels.cloudflareresearch.com. const ( - PQKex = tls.CurveID(0xfe31) // X25519Kyber768Draft00 + PQKex = tls.CurveID(0x6399) // X25519Kyber768Draft00 PQKexName = "X25519Kyber768Draft00" )