commit | e36c46ede34a845f1304a8c750367ef7fde0a29c | [log] [tgz] |
---|---|---|
author | davidben <davidben@webrtc.org> | Tue Dec 06 17:12:02 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Dec 07 01:12:09 2016 +0000 |
tree | ba7c96453a905973afa78afc3a8032e77b6e7177 | |
parent | d3de4abb50ca41cb0290984999d02333fd5727a3 [diff] |
Use SSL_CTX_set_max_proto_version instead of SSL_CTX_set_max_version. These functions are identical. BoringSSL added these APIs, then OpenSSL 1.1.0 added similar ones but with slightly longer names. We're standardizing on the OpenSSL names to avoid API skew. BUG=none Review-Url: https://codereview.webrtc.org/2550423004 Cr-Commit-Position: refs/heads/master@{#15455}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.