зеркало из https://github.com/mozilla/gecko-dev.git
2a64c08522
Chrome has removed 3DES completely[0], but we're still seeing some uses of it in telemetry. Our assumption is that this is either due to old devices that can't be upgraded, and hence probably use TLS 1.0, or servers that bafflingly choose 3DES when there are other, better, ciphersuites in common. This patch allows 3DES to only be enabled when deprecated versions of TLS are enabled. This should protect users against the latter case (where 3DES is unnecessary) while allowing them to use it in the former case (where it may be necessary). NB: The only 3DES ciphersuite gecko makes possible to enable is TLS_RSA_WITH_3DES_EDE_CBC_SHA. This patch also changes the preference corresponding to this ciphersuite from "security.ssl3.rsa_des_ede3_sha" to "security.ssl3.deprecated.rsa_des_ede3_sha". [0] https://www.chromestatus.com/feature/6678134168485888 Differential Revision: https://phabricator.services.mozilla.com/D121797 |
||
---|---|---|
.. | ||
awsy | ||
condprofile | ||
config | ||
crashtest | ||
docs | ||
extensions | ||
firefox-ui | ||
fxrecord/perfdocs | ||
geckodriver | ||
gtest | ||
jsshell | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
perfdocs | ||
performance | ||
profiles | ||
raptor | ||
runtimes | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
webdriver | ||
xpcshell | ||
README.txt | ||
addtest.py | ||
cppunittest.ini | ||
mach_commands.py | ||
moz.build | ||
parse_build_tests_ccov.py | ||
remotecppunittests.py | ||
runcppunittests.py | ||
testinfo.py | ||
testsuite-targets.mk |
README.txt
Common testing tools for mozilla codebase projects, test suite definitions for automated test runs, tests that don't fit anywhere else, and other fun stuff