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
Aaron Klotz 7d60c19d7d clientupdate/distsign: add ability to validate a binary that is already located on disk
Our build system caches files locally and only updates them when something
changes. Since I need to integrate some distsign stuff into the build system
to validate our Windows 7 MSIs, I want to be able to check the cached copy
of a package before downloading a fresh copy from pkgs.

If the signature changes, then obviously the local copy is outdated and we
return an error, at which point we call Download to refresh the package.

Updates https://github.com/tailscale/corp/issues/14334

Signed-off-by: Aaron Klotz <aaron@tailscale.com>
2 years ago
..
roots clientupdate/distsign/roots: add temporary dev root key (#9080) 2 years ago
distsign.go clientupdate/distsign: add ability to validate a binary that is already located on disk 2 years ago
distsign_test.go clientupdate/distsign: add ability to validate a binary that is already located on disk 2 years ago
roots.go clientupdate/distsign/roots: add temporary dev root key (#9080) 2 years ago
roots_test.go clientupdate/distsign: add new library for package signing/verification (#8943) 2 years ago