summaryrefslogtreecommitdiffhomepage
path: root/tka/state.go
AgeCommit message (Expand)AuthorFilesLines
2026-04-01tka: refer consistently to "DisablementValues"Alex Chan1-14/+18
2026-04-01tka: consolidate all the limits into a single fileAlex Chan1-7/+0
2026-03-20tka: use constant-time comparison of disablement secret (#19064)Andrew Lytvynov1-1/+2
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-14various: adds missing apostrophes to commentsAlex Chan1-1/+1
2025-09-12all: add ts_omit_tailnetlock as a start of making it build-time modularBrad Fitzpatrick1-0/+2
2023-11-27tka: clarify field commentJenny Zhang1-1/+4
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2023-01-04cmd/tailscale,tka: make KeyID return an error instead of panickingTom DNetto1-5/+32
2023-01-04cmd/tailscale,tka: implement compat for TKA messages, minor UX tweaksTom DNetto1-6/+9
2022-11-22ipn/ipnlocal,tka: generate a nonce for each TKATom DNetto1-1/+18
2022-10-05ipn/ipnlocal,tka: Fix bugs found by integration testingTom DNetto1-0/+4
2022-09-21control/controlclient,ipn/ipnlocal: wire tka enable/disableTom DNetto1-2/+8
2022-08-30tka: validate key after UpdateKey before applying stateTom DNetto1-2/+3
2022-08-25tka: move disablement logic out-of-band from AUMsTom DNetto1-8/+0
2022-08-04tka,types/key: remove dependency for tailcfg & types/ packages on tkaTom DNetto1-1/+2
2022-08-03tka: add attack-scenario unit tests, defensive checks, resolve TODOsTom DNetto1-0/+58
2022-07-29tka,types/key: implement NLPrivate glue for tailnet key authority keysTom DNetto1-5/+5
2022-07-07tka: implement State and applying AUMsTom DNetto1-0/+204