summaryrefslogtreecommitdiffhomepage
path: root/tka/sig_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan1-4/+4
2025-11-14various: adds missing apostrophes to commentsAlex Chan1-2/+2
2025-10-16all: use a consistent capitalisation for "Tailnet Lock"Alex Chan1-1/+1
2024-09-04tka: truncate long rotation signature chainsAnton Tolchanov1-0/+134
2024-06-27ipn/ipnlocal: allow multiple signature chains from the same SigCredentialAnton Tolchanov1-5/+24
2024-06-27tka: test SigCredential signatures and netmap filteringAnton Tolchanov1-0/+39
2024-06-03ipn/ipnlocal: discard node keys that have been rotated outAnton Tolchanov1-0/+141
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
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-6/+6
2022-10-17tka: make rotation signatures use nested keyIDTom DNetto1-4/+11
2022-09-21control/controlclient,ipn/ipnlocal: wire tka enable/disableTom DNetto1-1/+1
2022-08-31tka: implement credential signatures (key material delegation)Tom DNetto1-2/+94
2022-08-24tka: support rotating node-keys in node-key signaturesTom DNetto1-4/+149
2022-08-22client,cmd/tailscale,ipn,tka,types: implement tka initialization flowTom DNetto1-4/+4
2022-08-15tka: Use strict decoding settings, implement Unserialize()Tom DNetto1-0/+23
2022-08-03tka,types/key: implement direct node-key signaturesTom DNetto1-0/+34