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/feature/tpm
Andrew Lytvynov cca70ddbfc
cmd/tailscaled: default --encrypt-state to true if TPM is available (#17376)
Whenever running on a platform that has a TPM (and tailscaled can access
it), default to encrypting the state. The user can still explicitly set
this flag to disable encryption.

Updates https://github.com/tailscale/corp/issues/32909

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
2 months ago
..
attestation.go types/key: add IsZero method to HardwareAttestationKey (#17370) 2 months ago
attestation_test.go feature/tpm: implement key.HardwareAttestationKey (#17256) 2 months ago
tpm.go cmd/tailscaled: default --encrypt-state to true if TPM is available (#17376) 2 months ago
tpm_linux.go feature/tpm: try opening /dev/tpmrm0 before /tmp/tpm0 on Linux (#16600) 5 months ago
tpm_other.go feature/tpm: implement ipn.StateStore using TPM sealing (#16030) 6 months ago
tpm_test.go cmd/tailscaled: default --encrypt-state to true if TPM is available (#17376) 2 months ago
tpm_windows.go feature/tpm: implement ipn.StateStore using TPM sealing (#16030) 6 months ago