commit | e29352bb34de60bd0a56d4ce46c2ce35ac2b27b4 | [log] [tgz] |
---|---|---|
author | hbos <hbos@webrtc.org> | Thu Aug 25 03:52:38 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Aug 25 10:52:46 2016 +0000 |
tree | 59dc87cb947cee826a116450c950e054f160d149 | |
parent | 2ab012c41e57f21f380aec2c30818d3714fd0f6e [diff] |
Refactor certificate stats collection, added SSLCertificateStats. The code that extracts certificate stats from an SSLCertificate and its certificate chain is moved into SSLCertificate::GetStats. The stats collector code loops through the resulting SSLCertificateStats and creates the StatsReports for those stats. This will allow the new stats collector to reuse GetStats in a future CL. BUG=chromium:627816, chromium:629436 Review-Url: https://codereview.webrtc.org/2259283002 Cr-Commit-Position: refs/heads/master@{#13917}
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.