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/cmd
Adrian Dewhurst 04dd6d1dae
control/controlclient: sign RegisterRequest (#1549)
control/controlclient: sign RegisterRequest

Some customers wish to verify eligibility for devices to join their
tailnets using machine identity certificates. TLS client certs could
potentially fulfill this role but the initial customer for this feature
has technical requirements that prevent their use. Instead, the
certificate is loaded from the Windows local machine certificate store
and uses its RSA public key to sign the RegisterRequest message.

There is room to improve the flexibility of this feature in future and
it is currently only tested on Windows (although Darwin theoretically
works too), but this offers a reasonable starting place for now.

Updates tailscale/coral#6

Signed-off-by: Adrian Dewhurst <adrian@tailscale.com>
3 years ago
..
cloner all: adjust Unix permissions for those without umasks 3 years ago
derper cmd/derper: add /bootstrap-dns handler 3 years ago
hello client, cmd/hello, ipn, wgengine: fix whois for netstack-forwarded connections 3 years ago
microproxy cmd/microproxy: add -insecure flag 4 years ago
mkpkg cmd/mkpkg: support adding empty directories. 4 years ago
tailscale cmd/tailscale: add "tailscale ip [-4] [-6]" command 3 years ago
tailscaled control/controlclient: sign RegisterRequest (#1549) 3 years ago
tsshd net/interfaces: remove IsTailscaleIP, make callers use tsaddr. 3 years ago