I guess this also means that ECDHE-ECDSA-AES256-SHA and ECDHE-ECDSA-AES128-SHA couldn't be used with TLS 1.0 and 1.1 anymore. Chrome completely removed them in [2016](https://bugs.chromium.org/p/chromium/issues/detail?id=658341) and I removed them from Servo, too, as they are unused: [Ciphersuites 4 and 6](https://searchfox.org/mozilla-central/rev/f2028b4c38bff2a50ed6aa1763f6dc5ee62b0cc4/security/manager/ssl/nsNSSCallbacks.cpp#901,903) on [SSL_CIPHER_SUITE_FULL]( https://telemetry.mozilla.org/new-pipeline/dist.html#!cumulative=0&end_date=2020-02-26&include_spill=0&keys=__none__!__none__!__none__&max_channel_version=beta%252F74&measure=SSL_CIPHER_SUITE_FULL&min_channel_version=beta%252F60&processType=*&product=Firefox&sanitize=1&sort_by_value=0&sort_keys=submissions&start_date=2020-02-10&table=0&trim=1&use_submission_date=0) (even less with Nightly).
Bug 1600437 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I guess this also means that ECDHE-ECDSA-AES256-SHA and ECDHE-ECDSA-AES128-SHA couldn't be used with TLS 1.0 and 1.1 anymore. Chrome completely removed them in [2016](https://bugs.chromium.org/p/chromium/issues/detail?id=658341) and I removed them from Servo, too, as they are unused: [Ciphersuites 4 and 6](https://searchfox.org/mozilla-central/rev/f2028b4c38bff2a50ed6aa1763f6dc5ee62b0cc4/security/manager/ssl/nsNSSCallbacks.cpp#901,903) on [SSL_CIPHER_SUITE_FULL]( https://telemetry.mozilla.org/new-pipeline/dist.html#!cumulative=0&end_date=2020-02-26&include_spill=0&keys=__none__!__none__!__none__&max_channel_version=beta%252F74&measure=SSL_CIPHER_SUITE_FULL&min_channel_version=beta%252F60&processType=*&product=Firefox&sanitize=1&sort_by_value=0&sort_keys=submissions&start_date=2020-02-10&table=0&trim=1&use_submission_date=0) (even less with Nightly). Edit: Probably wrong guess, but it would still be good to clean this up.
I guess this also means that ECDHE-ECDSA-AES256-SHA and ECDHE-ECDSA-AES128-SHA couldn't be used with TLS 1.0 and 1.1 anymore. Chrome completely removed them in [2016](https://bugs.chromium.org/p/chromium/issues/detail?id=658341) and I removed them from Servo, too, as they are unused: [Ciphersuites 4 and 6](https://searchfox.org/mozilla-central/rev/f2028b4c38bff2a50ed6aa1763f6dc5ee62b0cc4/security/manager/ssl/nsNSSCallbacks.cpp#901,903) on [SSL_CIPHER_SUITE_FULL]( https://telemetry.mozilla.org/new-pipeline/dist.html#!cumulative=0&end_date=2020-02-26&include_spill=0&keys=__none__!__none__!__none__&max_channel_version=beta%252F74&measure=SSL_CIPHER_SUITE_FULL&min_channel_version=beta%252F60&processType=*&product=Firefox&sanitize=1&sort_by_value=0&sort_keys=submissions&start_date=2020-02-10&table=0&trim=1&use_submission_date=0) (even less with Nightly).