Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-14 | add a testcase to check for forbidden https→http downgrades | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-02-14 | honor option to disable pulses for the testcases | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-02-14 | disable https->http redirects in libcurl | Michael Vogt | |
This change prevents changing the protocol from https to http. | |||
2014-02-14 | allow http protocol to switch to https | David Kalnischkies | |
switch protocols at random is a bad idea if e.g. http can switch to file, so we limit the possibilities to http to http and http to https. As very few people (less than 1% according to popcon) have https installed this likely changes nothing in terms of failure. The commit is adding a friendly hint which package needs to be installed though. |