commit | a8f737678953bba8b1a793e4d8c8d9cc1d2c9303 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@webrtc.org> | Thu Sep 28 19:49:42 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Sep 29 00:56:56 2017 |
tree | ded26f6f635d7e3ad237ebd8d241257881926803 | |
parent | c856dc2b6ba89ac6760524dd10f69a27199b8dc1 [diff] |
Switch from SSL_CIPHER_get_rfc_name to SSL_CIPHER_standard_name. SSL_CIPHER_standard_name is a bit easier to use. BoringSSL has the strings in the library statically these days. (Turns out that's more size-efficient than the code to build it up anyway!) Bug: None Change-Id: I91ffa725fa716791cdf75d944cf8d9a3e2cb9021 Reviewed-on: https://webrtc-review.googlesource.com/4362 Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Commit-Queue: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20028}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.