home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / xulrunner-10.0 / README.Debian < prev   
Encoding:
Text File  |  2013-01-09  |  626 b   |  19 lines

  1. Xulrunner for Debian
  2. ====================
  3.  
  4. Weak SSL
  5. --------
  6.  
  7. From version 1.8.0.1-11 onwards, SSLv2 and SSLv3 40-bit ciphers are disabled
  8. due to their weakness. If your xulrunner or embedding application provides a
  9. way to alert the user about the weakness of the cipher in use, while still
  10. allowing the user to use it, you may re-enable them in your application
  11. preferences.
  12.  
  13. The preferences to re-enable them are the following:
  14. pref("security.enable_ssl2", true);
  15. pref("security.ssl3.rsa_rc4_40_md5", true);
  16. pref("security.ssl3.rsa_rc2_40_md5", true);
  17.  
  18.  -- Mike Hommey <glandium@debian.org>  Sat, 20 May 2006 11:03:22 +0200
  19.