commit | 9b5476de9aa2326e7be10c251babe342c91f4a80 | [log] [tgz] |
---|---|---|
author | Henrik Boström <hbos@webrtc.org> | Tue Sep 22 12:12:57 2015 |
committer | Henrik Boström <hbos@webrtc.org> | Tue Sep 22 12:13:23 2015 |
tree | 1971f2c0bbe4a2b412ef5279b281914c007d467e | |
parent | ef165eefc79cf28bb67779afe303cc2365885547 [diff] |
sslidentity.cc/IntKeyTypeFamilyToKeyType function added, converting from int to KeyType. Added to prevent Chromium from breaking if KeyType (now an enum) starts being used in Chromium before KeyType changes to a parameterizable class. When enum -> class change happens, IntKeyTypeFamilyToKeyType will be updated at the same time. Once Chromium starts using class KeyType with parameters this function can be removed. R=tommi@webrtc.org Review URL: https://codereview.webrtc.org/1363543002 . Cr-Commit-Position: refs/heads/master@{#10013}
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.