Skip to content

Commit 75752b6

Browse files
joliveirinhaDevinCarr
authored andcommitted
TUN-8057: cloudflared uses new PQ curve ID
1 parent 6174c45 commit 75752b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/pqtunnels.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
// to https://pqtunnels.cloudflareresearch.com.
1313

1414
const (
15-
PQKex = tls.CurveID(0xfe31) // X25519Kyber768Draft00
15+
PQKex = tls.CurveID(0x6399) // X25519Kyber768Draft00
1616
PQKexName = "X25519Kyber768Draft00"
1717
)
1818

0 commit comments

Comments
 (0)