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>
2023-09-05 15:43:36 -06:00
..
roots clientupdate/distsign/roots: add temporary dev root key (#9080) 2023-08-24 15:24:26 -07:00
distsign_test.go clientupdate/distsign: add ability to validate a binary that is already located on disk 2023-09-05 15:43:36 -06:00
distsign.go clientupdate/distsign: add ability to validate a binary that is already located on disk 2023-09-05 15:43:36 -06:00
roots_test.go clientupdate/distsign: add new library for package signing/verification (#8943) 2023-08-22 13:35:30 -07:00
roots.go clientupdate/distsign/roots: add temporary dev root key (#9080) 2023-08-24 15:24:26 -07:00