[Pkg-privacy-commits] [torbirdy] 10/22: Bug 20751: Enforce stronger ciphers in TorBirdy

Ulrike Uhlig ulrike at moszumanska.debian.org
Wed Apr 19 13:28:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

ulrike pushed a commit to branch debian/sid
in repository torbirdy.

commit c0e12ccb97ac07861417bbffbac58f95557bc23c
Author: Sukhbir Singh <sukhbir at 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,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbirdy.git



More information about the Pkg-privacy-commits mailing list