summaryrefslogtreecommitdiffhomepage
path: root/clientupdate/distsign/distsign.go
AgeCommit message (Expand)AuthorFilesLines
2023-10-03util/httpm, all: add a test to make sure httpm is used consistentlyBrad Fitzpatrick1-2/+3
2023-09-05clientupdate/distsign: add ability to validate a binary that is already locat...Aaron Klotz1-0/+42
2023-08-28clientupdate: download SPK and MSI packages with distsign (#9115)Andrew Lytvynov1-15/+80
2023-08-28release/dist/cli: add verify-package-signature command (#9110)Andrew Lytvynov1-1/+1
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 Lytvynov1-55/+85
2023-08-22clientupdate/distsign: add new library for package signing/verification (#8943)Andrew Lytvynov1-0/+338