You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tka
Tom DNetto 1cfd96cdc2 tka: implement AUM and Key types
This is the first in a series of PRs implementing the internals for the
Tailnet Key Authority. This PR implements the AUM and Key types, which
are used by pretty much everything else. Future PRs:

 - The State type & related machinery
 - The Tailchonk (storage) type & implementation
 - The Authority type and sync implementation

Signed-off-by: Tom DNetto <tom@tailscale.com>
2 years ago
..
aum.go tka: implement AUM and Key types 2 years ago
aum_test.go tka: implement AUM and Key types 2 years ago
key.go tka: implement AUM and Key types 2 years ago
key_test.go tka: implement AUM and Key types 2 years ago
tka.go tka: implement AUM and Key types 2 years ago