Hacker News new | ask | show | jobs
by 3onyc 3665 days ago
Why don't they put the update file on a subdomain with HTTPS enabled? No ad revenue lost that way.
1 comments

There's a good argument to be made for signing the update information using offline keys - it reduces the damage that could be caused by a compromised SSL key. That being said, they should've still used HTTPS to secure the transport layer, as it would prevent replay attacks (as @dchest mentioned) and make it harder to exploit vulnerabilities that could be caused by e.g. corrupted update information.