Bug 650355 - Stop accepting MD5 as a hash algorithm in signatures, r=johnath

This commit is contained in:
Brian Smith 2012-07-12 15:38:43 -07:00
parent bea7618edc
commit 8ce6af0cbe

View File

@ -5,7 +5,7 @@
pref("security.enable_ssl3", true);
pref("security.enable_tls", true);
pref("security.enable_tls_session_tickets", true);
pref("security.enable_md5_signatures", true);
pref("security.enable_md5_signatures", false);
pref("security.ssl.allow_unrestricted_renego_everywhere__temporarily_available_pref", false);
pref("security.ssl.renego_unrestricted_hosts", "");