commit | 3df76b1df1ae5657eb82bab63fde0f0f3513fd4e | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@webrtc.org> | Fri Sep 29 16:27:18 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 02 20:23:48 2017 |
tree | 85fa97b06add4277d9f49e8d28c782e9cf6c5973 | |
parent | 9c37537a7216810b05463985cfa2ce719081d420 [diff] |
Use unique_ptr in SSLCertChain. In particular, this allows us to have a SSLCertChain(std::vector<std::unique_ptr<SSLCertificate>>) constructor that avoids making a copy. Bug: webrtc:8289 Change-Id: If353ad886a73aecff98b2939db15c40ada6b4474 Reviewed-on: https://webrtc-review.googlesource.com/4361 Commit-Queue: David Benjamin <davidben@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20093}
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.