summaryrefslogtreecommitdiffhomepage
path: root/tka/aum_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-14tka: add a test for unmarshaling existing AUMsAlex Chan1-0/+76
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-3/+3
2022-08-25tka: move disablement logic out-of-band from AUMsTom DNetto1-21/+4
2022-08-22client,cmd/tailscale,ipn,tka,types: implement tka initialization flowTom DNetto1-1/+1
2022-08-15tka: Use strict decoding settings, implement Unserialize()Tom DNetto1-2/+1
2022-08-04tka,types/key: remove dependency for tailcfg & types/ packages on tkaTom DNetto1-6/+7
2022-07-07tka: implement State and applying AUMsTom DNetto1-38/+112
2022-07-06tka: implement AUM and Key typesTom DNetto1-0/+197