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/clientupdate/distsign
Andrew Lytvynov 7364c6beec
clientupdate/distsign: add new library for package signing/verification (#8943)
This library is intended for use during release to sign packages which
are then served from pkgs.tailscale.com.
The library is also then used by clients downloading packages for
`tailscale update` where OS package managers / app stores aren't used.

Updates https://github.com/tailscale/tailscale/issues/8760
Updates https://github.com/tailscale/tailscale/issues/6995

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
11 months ago
..
roots clientupdate/distsign: add new library for package signing/verification (#8943) 11 months ago
distsign.go clientupdate/distsign: add new library for package signing/verification (#8943) 11 months ago
distsign_test.go clientupdate/distsign: add new library for package signing/verification (#8943) 11 months ago
roots.go clientupdate/distsign: add new library for package signing/verification (#8943) 11 months ago
roots_test.go clientupdate/distsign: add new library for package signing/verification (#8943) 11 months ago