commit | b4d01c4ded7ed1f7ff5ff75751dc52b7851a3918 | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Wed Apr 06 12:15:06 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Apr 06 12:15:11 2016 |
tree | 4e0505aafe352a6f38a5896cf91ffdb7911567a6 | |
parent | 96bd50262a20439fdd97fa273d052e20394930a3 [diff] |
A bunch of interfaces: Return scoped_ptr<SSLCertificate> Instead of using a raw pointer output parameter. This affects SSLStreamAdapter::GetPeerCertificate Transport::GetRemoteSSLCertificate TransportChannel::GetRemoteSSLCertificate TransportController::GetRemoteSSLCertificate WebRtcSession::GetRemoteSSLCertificate This is a good idea in general, but will also be very convenient when scoped_ptr is gone, since unique_ptr doesn't have an .accept() method. BUG=webrtc:5520 Review URL: https://codereview.webrtc.org/1802013002 Cr-Commit-Position: refs/heads/master@{#12262}
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.