I was wondering if it would be possible to set up HTTPS for the download URLs for the various packages. Given the current state of the internet, and especially given that many of the applications you’re distributing involve providing my administrator credentials, it would go a long way towards ensuring the security of user systems against MITM attacks.
The problem is that without HTTPS for the original downloads, the user can be MITM’d when they download the original app. An attacker doesn’t ever have to worry about the DSA signatures, because their malicious app could ignore bad signatures or just update from an entirely different source.
we use heroku.com, cdn77.com and amazon S3 for hosting, all of them would need to be protected by SSL (and still we would have the risk that any of them was compromised internally by replacing our files with something else)