summaryrefslogtreecommitdiffhomepage
path: root/tka/sig.go
AgeCommit message (Expand)AuthorFilesLines
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
2024-09-04tka: truncate long rotation signature chainsAnton Tolchanov1-1/+51
2024-08-21cmd/tl-longchain: tool to re-sign nodes with long rotation signaturesAnton Tolchanov1-0/+2
2024-06-27ipn/ipnlocal: allow multiple signature chains from the same SigCredentialAnton Tolchanov1-3/+3
2024-06-27tka: test SigCredential signatures and netmap filteringAnton Tolchanov1-0/+63
2024-06-03ipn/ipnlocal: discard node keys that have been rotated outAnton Tolchanov1-0/+75
2024-05-31cmd/tailscale/cli: print node signature in `tailscale lock status`Anton Tolchanov1-0/+36
2023-07-19tka: guard against key-length panics when verifying signaturesTom DNetto1-0/+6
2023-02-23tka: add public API on NodeKeySignature key informationTom DNetto1-0/+21
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-10-17tka: make rotation signatures use nested keyIDTom DNetto1-0/+21
2022-09-29all: fix spelling mistakesJosh Soref1-1/+1
2022-08-31tka: implement credential signatures (key material delegation)Tom DNetto1-25/+55
2022-08-24tka: support rotating node-keys in node-key signaturesTom DNetto1-14/+93
2022-08-22client,cmd/tailscale,ipn,tka,types: implement tka initialization flowTom DNetto1-3/+3
2022-08-15tka: Use strict decoding settings, implement Unserialize()Tom DNetto1-0/+14
2022-08-04tka,types/key: remove dependency for tailcfg & types/ packages on tkaTom DNetto1-1/+2
2022-08-03tka,types/key: implement direct node-key signaturesTom DNetto1-0/+99