Have Tails::Download::HTTPS require TLS 1.2+
We currently set CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1
. In Jessie,
CURL_SSLVERSION_TLSv1_2
should be supported, and the websites we use
this class for (i.e. our own one) support TLS 1.2. This will affect
Tails Upgrader and (once #11810 (closed) is done) tails-security-check
. The
diff is trivial, we simply need to test that it actually works, and
build a new tails-perl5lib
package.
Feature Branch: perl5lib:feature/11815-tls-1.2
Related issues
- Related to #14588 (closed)
Original created by @intrigeri on 11815 (Redmine)