Set minimum DTLS version to 1.2 again
Categories
(Core :: WebRTC: Networking, enhancement, P2)
Tracking
()
People
(Reporter: drno, Assigned: drno)
References
Details
Attachments
(1 file)
After Google Chrome silently dropped support for DTLS 1.0 in Chrome 88 https://bugs.chromium.org/p/webrtc/issues/detail?id=10261 it's time for us to turn it off as well.
To turn off DTLS 1.0 we need to set the default minimum version to 1.2.
Assignee | ||
Comment 1•4 years ago
|
||
Comment 3•4 years ago
|
||
bugherder |
Comment 4•4 years ago
|
||
bugherder |
Assignee | ||
Comment 5•4 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: We disabled an old DTLS version which might result in Firefox not connecting to some really old services any more.
[Affects Firefox for Android]: Yes
[Suggested wording]: From Firefox 86 on forward DTLS 1.0 is no longer supported for establishing WebRTC's PeerConnections. All WebRTC services need to support DTLS 1.2 from now on as the minimum version.
[Links (documentation, blog post, etc)]: Here is an old blog post where we planed to turn this off before the pandemic https://blog.mozilla.org/webrtc/removing-old-versions-of-dtls/
Description
•