You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/wgengine/wgcfg
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>
3 years ago
..
nmcfg all: delete wgcfg.Key and wgcfg.PrivateKey 3 years ago
config.go all: delete wgcfg.Key and wgcfg.PrivateKey 3 years ago
device.go all: move wgcfg from wireguard-go 3 years ago
device_test.go all: delete wgcfg.Key and wgcfg.PrivateKey 3 years ago
parser.go all: delete wgcfg.Key and wgcfg.PrivateKey 3 years ago
parser_test.go wgengine/wgcfg: fix validateEndpoints of empty string 3 years ago
writer.go all: delete wgcfg.Key and wgcfg.PrivateKey 3 years ago