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/control/controlclient
Dave Anderson 980acc38ba
types/key: add a special key with custom serialization for control private keys (#2792)
* Revert "Revert "types/key: add MachinePrivate and MachinePublic.""

This reverts commit 61c3b98a24.

Signed-off-by: David Anderson <danderson@tailscale.com>

* types/key: add ControlPrivate, with custom serialization.

ControlPrivate is just a MachinePrivate that serializes differently
in JSON, to be compatible with how the Tailscale control plane
historically serialized its private key.

Signed-off-by: David Anderson <danderson@tailscale.com>
3 years ago
..
auto.go ipn/{ipnlocal,localapi}, control/controlclient: add SetDNS localapi 3 years ago
client.go ipn/{ipnlocal,localapi}, control/controlclient: add SetDNS localapi 3 years ago
controlclient_test.go hostinfo: add SetDeviceModel setter, move remaining code from controlclient 3 years ago
debug.go control/controlclient: grow goroutine debug buffer as needed 3 years ago
debug_test.go control/controlclient: don't use regexp in goroutine stack scrubbing 3 years ago
direct.go types/key: add a special key with custom serialization for control private keys (#2792) 3 years ago
direct_test.go types/key: add a special key with custom serialization for control private keys (#2792) 3 years ago
map.go types/key: add a special key with custom serialization for control private keys (#2792) 3 years ago
map_test.go tailcfg, control/controlclient: accept nil MapResponse.Node (mapver 18) 3 years ago
sign.go types/key: add a special key with custom serialization for control private keys (#2792) 3 years ago
sign_supported.go types/key: add a special key with custom serialization for control private keys (#2792) 3 years ago
sign_unsupported.go types/key: add a special key with custom serialization for control private keys (#2792) 3 years ago
status.go ipnlocal: don't assume NeedsLogin immediately after StartLogout(). 3 years ago