commit | 4f244d0808dc495186b379b7d098420de1843532 | [log] [tgz] |
---|---|---|
author | Philipp Hancke <phancke@meta.com> | Tue Apr 02 18:00:21 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 04 19:07:38 2024 |
tree | a5ed95a85e9f6e5955d5fdb4acc107e71736aeb3 | |
parent | 424342d8ee1218e4a01c6c968b5f0fbe09d72ad0 [diff] |
turn: log warning for empty realm attribute While an empty realm attribute is technically allowed, it reduces the amount of entropy that goes into the turn credentials hash. This remains technically broken in the implementation as hash_ is not recomputed when changing the realm from the initial empty string value to the empty string. Before this change this lead to hash_ not being set and the allocate request being treated as not having enough details to authenticate, resulting in an endless loop of packets. BUG=chromium:329978076 Change-Id: I3d1295f905a9fb58ca5bc6f82466896f79031865 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/344820 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Philipp Hancke <phancke@meta.com> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41996}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.