mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-05 12:16:44 +02:00
tailcfg: add node attribute to trigger PQC (ML-KEM-768 wg handshake)
Signed-off-by: Adriano Sela Aviles <adriano@tailscale.com>
This commit is contained in:
parent
290a6cc03c
commit
c7302d5a3c
@ -2788,6 +2788,13 @@ const (
|
||||
// that does not originate from the Tailscale network interface.
|
||||
// This enables access to off-tailnet endpoints within that IP range.
|
||||
NodeAttrDisableLinuxCGNATDropRule NodeCapability = "disable-linux-cgnat-drop-rule"
|
||||
|
||||
// NodeAttrPostQuantumCrypto enables the hybrid ML-KEM-768 + Noise_IKpsk2
|
||||
// WireGuard handshake (FIPS 203) on this node. When set, the node uses
|
||||
// message types 5 and 6 instead of the standard types 1 and 2. All
|
||||
// nodes in the tailnet must have this attribute set identically; no
|
||||
// mixed-mode operation is supported.
|
||||
NodeAttrPostQuantumCrypto NodeCapability = "post-quantum-crypto"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user