summaryrefslogtreecommitdiffhomepage
path: root/clientupdate/distsign
AgeCommit message (Expand)AuthorFilesLines
2025-09-30feature, net/tshttpproxy: pull out support for using proxies as a featureBrad Fitzpatrick1-2/+2
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2023-10-11clientupdate/distsign: add new prod root signing key to keychainDavid Anderson1-1/+1
2023-10-03util/httpm, all: add a test to make sure httpm is used consistentlyBrad Fitzpatrick1-2/+3
2023-09-12clientupdate: add root key (#9364)David Crawshaw1-0/+3
2023-09-05Update clientupdate/distsign/distsign_test.goAaron Klotz1-3/+0
2023-09-05clientupdate/distsign: add ability to validate a binary that is already locat...Aaron Klotz2-0/+160
2023-08-28clientupdate: download SPK and MSI packages with distsign (#9115)Andrew Lytvynov2-28/+97
2023-08-28release/dist/cli: add verify-package-signature command (#9110)Andrew Lytvynov1-1/+1
2023-08-24clientupdate/distsign/roots: add temporary dev root key (#9080)Andrew Lytvynov2-2/+2
2023-08-24release/dist/cli: add sign-key and verify-key-signature commands (#9041)Andrew Lytvynov1-9/+19
2023-08-23clientupdate/distsign: use distinct PEM types for root/signing keys (#9045)Andrew Lytvynov4-78/+227
2023-08-22clientupdate/distsign: add new library for package signing/verification (#8943)Andrew Lytvynov5-0/+758