From: bors Date: Wed, 28 Feb 2018 15:20:30 +0000 (+0000) Subject: Auto merge of #5097 - matklad:end-of-tls-saga-hopefully, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~2^2~73 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9f12fdbc8fe2ecc92e7dbca34cd9497bbdc80415;p=cargo.git Auto merge of #5097 - matklad:end-of-tls-saga-hopefully, r=alexcrichton Revert "Warn Windows 7 users about old TLS" We now have upgraded libgit2 version, so Cargo would use TLS 1.2 on windows unconditionally. Note that even *unpatched* windows 7 supports TLS 1.2. @retep998, you've originally written that >TLS 1.2 support for Windows 7 still requires a rather recent patch and so even if we do fix that, we should still keep this error message because some people use Windows 7 with automatic updates disabled. However, it looks like Windows 7 **does** support TLS 1.2 out of the box, and the update is required to enable the use of TLS 1.2 by default: https://github.com/libgit2/libgit2/issues/4546#issuecomment-368909158 My own testing on a random win 7 virtual box confirms this. closes https://github.com/rust-lang/cargo/issues/5066 --- 9f12fdbc8fe2ecc92e7dbca34cd9497bbdc80415