commit | 25359e0cc28f964354a5bac4ad63eb5b22576aa8 | [log] [tgz] |
---|---|---|
author | hbos <hbos@webrtc.org> | Wed Mar 02 07:55:53 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Mar 02 15:55:56 2016 +0000 |
tree | 8ca0f35c48fb6b89ecdd7b778ea08a3752bf3383 | |
parent | 0a9fc05583c15438ca381498ee2db1da718c0c57 [diff] |
DtlsIdentityStoreInterface::RequestIdentity gets optional expires param. This is a preparation CL. The expires param will be used in a follow-up CL. Initially it will only be used by the chromium implementation. Then we will either update the webrtc implementation (DtlsIdentityStoreImpl) to use it or we will remove that store completely as part of clean-up work. There are currently two versions of RequestIdentity, one that takes KeyType and one that takes KeyParams. The KeyType version is removed in favor of the new KeyParams + expires version. The KeyParams version without expires is kept as to not break chromium which currently implements that. This is the version that can be removed in a follow-up CL. BUG=webrtc:5092, chromium:544902 Review URL: https://codereview.webrtc.org/1749193002 Cr-Commit-Position: refs/heads/master@{#11846}
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.