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 6c206fab58
feature/tpm: try opening /dev/tpmrm0 before /tmp/tpm0 on Linux (#16600)
The tpmrm0 is a kernel-managed version of tpm0 that multiplexes multiple
concurrent connections. The basic tpm0 can only be accessed by one
application at a time, which can be pretty unreliable.

Updates #15830

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
6 months ago
..
tpm.go tailcfg: report StateEncrypted in Hostinfo (#16434) 6 months ago
tpm_linux.go feature/tpm: try opening /dev/tpmrm0 before /tmp/tpm0 on Linux (#16600) 6 months ago
tpm_other.go feature/tpm: implement ipn.StateStore using TPM sealing (#16030) 7 months ago
tpm_test.go ipn/store: make StateStore.All optional (#16409) 6 months ago
tpm_windows.go feature/tpm: implement ipn.StateStore using TPM sealing (#16030) 7 months ago