tailscale/wgengine/magicsock
Josh Bleecher Snyder 7ee891f5fd all: delete wgcfg.Key and wgcfg.PrivateKey
For historical reasons, we ended up with two near-duplicate
copies of curve25519 key types, one in the wireguard-go module
(wgcfg) and one in the tailscale module (types/wgkey).
Then we moved wgcfg to the tailscale module.
We can now remove the wgcfg key type in favor of wgkey.

Signed-off-by: Josh Bleecher Snyder <josharian@gmail.com>
2021-04-29 14:14:34 -07:00
..
discopingpurpose_string.go wgengine/magicsock: make discoPingPurpose a stringer 2020-09-14 14:29:28 -07:00
legacy.go all: delete wgcfg.Key and wgcfg.PrivateKey 2021-04-29 14:14:34 -07:00
magicsock.go wgengine/magicsock: always run ReceiveIPv6 2021-04-28 11:07:14 -07:00
magicsock_test.go all: delete wgcfg.Key and wgcfg.PrivateKey 2021-04-29 14:14:34 -07:00