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/types/key
Patrick O'Doherty 510830ca7a
tailcfg: add HardwareAttestationKey to MapRequest (#17102)
Extend the client state management to generate a hardware attestation
key if none exists.

Extend MapRequest with HardwareAttestationKey{,Signature} fields that
optionally contain the public component of the hardware attestation key
and a signature of the node's node key using it. This will be used by
control to associate hardware attesation keys with node identities on a
TOFU basis.

Updates tailscale/corp#31269

Signed-off-by: Patrick O'Doherty <patrick@tailscale.com>
3 months ago
..
chal.go all: implement AppendText alongside MarshalText (#9207) 2 years ago
control.go all: update copyright and license headers 3 years ago
control_test.go all: update copyright and license headers 3 years ago
derp.go cmd/{derp,derpprobe},prober,derp: add mesh support to derpprobe (#15414) 6 months ago
derp_test.go cmd/derper: fix mesh auth for DERP servers (#16061) 7 months ago
disco.go wgengine/magicsock,all: allocate peer relay over disco instead of PeerAPI (#16603) 5 months ago
disco_test.go wgengine/magicsock,all: allocate peer relay over disco instead of PeerAPI (#16603) 5 months ago
doc.go all: add test for package comments, fix, add comments as needed 1 year ago
hardware_attestation.go tailcfg: add HardwareAttestationKey to MapRequest (#17102) 3 months ago
machine.go all: implement AppendText alongside MarshalText (#9207) 2 years ago
machine_test.go all: update copyright and license headers 3 years ago
nl.go types/key: use tlpub: in error message (#13707) 1 year ago
nl_test.go all: update copyright and license headers 3 years ago
node.go types/key: remove copy returning array by value 2 years ago
node_test.go all: use Go 1.22 range-over-int 2 years ago
util.go all: use new AppendEncode methods available in Go 1.22 (#11079) 2 years ago
util_test.go all: use Go 1.22 range-over-int 2 years ago