summaryrefslogtreecommitdiffhomepage
path: root/tka/tka_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-12-08tka: add some more tests for Bootstrap()Alex Chan1-0/+60
2025-11-19ipn/ipnlocal, tka: compact TKA state after every syncAlex Chan1-7/+7
2023-08-01all: implement lock revoke-keys commandTom DNetto1-0/+128
2023-04-17various: add golangci-lint, fix issues (#7905)Andrew Dunham1-1/+1
2023-03-03tka: compact TKA storage on startupTom DNetto1-0/+50
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-7/+7
2022-10-26tka, types/key: add NLPublic.KeyIDAdrian Dewhurst1-0/+38
2022-09-21control/controlclient,ipn/ipnlocal: wire tka enable/disableTom DNetto1-4/+4
2022-08-26tka: make storage a parameter rather than an Authority struct memberTom DNetto1-2/+2
2022-08-25tka: move disablement logic out-of-band from AUMsTom DNetto1-4/+25
2022-08-24tka: optimize common case of processing updates built from headTom DNetto1-1/+46
2022-08-15tka: Use strict decoding settings, implement Unserialize()Tom DNetto1-4/+4
2022-08-04tka,types/key: remove dependency for tailcfg & types/ packages on tkaTom DNetto1-1/+2
2022-07-29tka,types/key: implement NLPrivate glue for tailnet key authority keysTom DNetto1-1/+1
2022-07-19tka: implement Authority API surfaceTom DNetto1-0/+185
2022-07-15tka: implement consensus & state computation internalsTom DNetto1-0/+187