41 Commits (e2d652ec4dc53dce6c828e0128126ac7db2d6b09)

Author SHA1 Message Date
Tom DNetto ff168a806e tka: implement compaction logic 3 years ago
Tom DNetto abc874b04e tka: add public API on NodeKeySignature key information 3 years ago
Will Norris 71029cea2d all: update copyright and license headers 3 years ago
Tom DNetto 907f85cd67 cmd/tailscale,tka: make KeyID return an error instead of panicking 3 years ago
Tom DNetto 8724aa254f cmd/tailscale,tka: implement compat for TKA messages, minor UX tweaks 3 years ago
Tom DNetto 45042a76cd cmd/tailscale,ipn: store disallowed TKA's in prefs, lock local-disable 3 years ago
Brad Fitzpatrick 390d1bb871 Revert "ipn,types/persist: store disallowed TKA's in prefs, lock local-disable" 3 years ago
Tom DNetto f1130421f0 ipn,types/persist: store disallowed TKA's in prefs, lock local-disable 3 years ago
Tom DNetto aeb80bf8cb ipn/ipnlocal,tka: generate a nonce for each TKA 3 years ago
Tom DNetto 4c31183781 cmd/tailscale,ipn: minor fixes to tailscale lock commands 3 years ago
Adrian Dewhurst 8c09ae9032 tka, types/key: add NLPublic.KeyID 4 years ago
Tom DNetto e8a11f6181 tka: make rotation signatures use nested keyID 4 years ago
Tom DNetto 8602061f32 ipn/ipnlocal,tka: Fix bugs found by integration testing 4 years ago
Josh Soref d4811f11a0 all: fix spelling mistakes 4 years ago
Tom DNetto 58ffe928af ipn/ipnlocal, tka: Implement TKA synchronization with the control plane 4 years ago
Tom DNetto e3beb4429f tka: Checkpoint every 50 updates 4 years ago
Tom DNetto e9b98dd2e1 control/controlclient,ipn/ipnlocal: wire tka enable/disable 4 years ago
Eng Zer Jun f0347e841f refactor: move from io/ioutil to io and os packages 4 years ago
Tom DNetto be95aebabd tka: implement credential signatures (key material delegation) 4 years ago
Tom DNetto 7ca17b6bdb tka: validate key after UpdateKey before applying state 4 years ago
Tom DNetto 79905a1162 tka: make storage a parameter rather than an Authority struct member 4 years ago
Tom DNetto f580f4484f tka: move disablement logic out-of-band from AUMs 4 years ago
Tom DNetto 472529af38 tka: optimize common case of processing updates built from head 4 years ago
Tom DNetto a78f8fa701 tka: support rotating node-keys in node-key signatures 4 years ago
Tom DNetto facafd8819 client,cmd/tailscale,ipn,tka,types: implement tka initialization flow 4 years ago
Tom DNetto 06eac9bbff tka: Use strict decoding settings, implement Unserialize() 4 years ago
David Crawshaw 15b8665787 tka: stable text representation of AUMHash 4 years ago
Tom DNetto f50043f6cb tka,types/key: remove dependency for tailcfg & types/ packages on tka 4 years ago
Tom DNetto 8cfd775885 tka,types/key: implement direct node-key signatures 4 years ago
Tom DNetto c13fab2a67 tka: add attack-scenario unit tests, defensive checks, resolve TODOs 4 years ago
Tom DNetto 4001d0bf25 assorted: plumb tka initialization & network-lock key into tailscaled 4 years ago
Tom DNetto 023d4e2216 tka,types/key: implement NLPrivate glue for tailnet key authority keys 4 years ago
Tom DNetto 44a9b0170b tka: support processing non-primary forks, scenario-driven tests 4 years ago
Tom DNetto 5e61d52f91 tka: implement API surface for generating updates 4 years ago
Tom DNetto 393a229de9 tka: implement synchronization mechanics 4 years ago
Tom DNetto 165c8f898e tka: implement Authority API surface 4 years ago
Tom DNetto 4f1374ec9e tka: implement consensus & state computation internals 4 years ago
Tom DNetto ec4f849079 tka: implement filesystem-based tailchonk implementation 4 years ago
Tom DNetto cca25f6107 tka: implement Chonk type & an in-memory implementation 4 years ago
Tom DNetto 3709074e55 tka: implement State and applying AUMs 4 years ago
Tom DNetto 1cfd96cdc2 tka: implement AUM and Key types 4 years ago