summaryrefslogtreecommitdiffhomepage
path: root/feature/tpm
AgeCommit message (Expand)AuthorFilesLines
2025-10-23feature/tpm: use withSRK to probe TPM availability (#17627)Patrick O'Doherty2-1/+28
2025-10-23feature/tpm: check TPM family data for compatibility (#17624)Patrick O'Doherty2-4/+17
2025-10-15feature/tpm: quiet log output a bitBrad Fitzpatrick1-2/+8
2025-10-10types/persist: add AttestationKey (#17281)Patrick O'Doherty2-1/+16
2025-10-01cmd/tailscaled: default --encrypt-state to true if TPM is available (#17376)Andrew Lytvynov2-9/+10
2025-09-30types/key: add IsZero method to HardwareAttestationKey (#17370)Andrew Lytvynov1-0/+2
2025-09-30feature/tpm: don't log to stderr in testsBrad Fitzpatrick1-4/+14
2025-09-26feature/tpm: only register HardwareAttestationKey on linux/windows (#17293)Andrew Lytvynov1-4/+7
2025-09-25feature/tpm: implement key.HardwareAttestationKey (#17256)Andrew Lytvynov3-0/+367
2025-07-21feature/tpm: log errors on the initial info fetch (#16574)Andrew Lytvynov1-0/+4
2025-07-18feature/tpm: try opening /dev/tpmrm0 before /tmp/tpm0 on Linux (#16600)Andrew Lytvynov1-0/+4
2025-07-02tailcfg: report StateEncrypted in Hostinfo (#16434)Andrew Lytvynov1-0/+2
2025-06-27ipn/store: make StateStore.All optional (#16409)Andrew Lytvynov2-11/+22
2025-06-26ipn/store: automatically migrate between plaintext and encrypted state (#16318)Andrew Lytvynov2-8/+177
2025-06-18feature/tpm: implement ipn.StateStore using TPM sealing (#16030)Andrew Lytvynov5-22/+497
2025-05-02hostinfo,tailcfg: report TPM availability on windows/linux (#15831)Andrew Lytvynov5-0/+150