Skip to content

Commit

Permalink
TUN-8057: cloudflared uses new PQ curve ID
Browse files Browse the repository at this point in the history
  • Loading branch information
joliveirinha authored and DevinCarr committed Jul 9, 2024
1 parent 6174c45 commit 75752b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisor/pqtunnels.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
// to https://pqtunnels.cloudflareresearch.com.

const (
PQKex = tls.CurveID(0xfe31) // X25519Kyber768Draft00
PQKex = tls.CurveID(0x6399) // X25519Kyber768Draft00
PQKexName = "X25519Kyber768Draft00"
)

Expand Down

0 comments on commit 75752b6

Please sign in to comment.