[torbirdy/master] Bug 20751: Enforce stronger ciphers in TorBirdy

commit c0e12ccb97ac07861417bbffbac58f95557bc23c Author: Sukhbir Singh <sukhbir@torproject.org> Date: Sat Mar 18 01:58:04 2017 -0400 Bug 20751: Enforce stronger ciphers in TorBirdy --- components/torbirdy.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/torbirdy.js b/components/torbirdy.js index 64ab390..c1bb474 100644 --- a/components/torbirdy.js +++ b/components/torbirdy.js @@ -123,7 +123,8 @@ var TorBirdyPrefs = { "security.enable_ssl3": false, // Thunderbird 23.0 uses the following preference. // https://bugs.torproject.org/11253 - "security.tls.version.min": 1, + // March 2017: See https://bugs.torproject.org/20751 + "security.tls.version.min": 3, "security.tls.version.max": 3, // Display a dialog warning the user when entering an insecure site from a secure one. "security.warn_entering_weak": true,
participants (1)
-
sukhbir@torproject.org