commit | b3f887b82310f8f2d7846cee0224c5fef30c1a5b | [log] [tgz] |
---|---|---|
author | Benjamin Wright <benwright@webrtc.org> | Tue Oct 30 20:53:30 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Oct 30 21:44:28 2018 |
tree | cb125baac0d8eef6a6ab5a9c4dc533a7a7ce5ad2 | |
parent | 1a92cd7312cad7d312f5bd40cebf3e7499ab141b [diff] |
Expose key derivation through a simple interface for use in WebRTC. This change just wraps the openssl key derivation functions in a simple interface in a similar way to how we do it for messagedigest.h so we aren't coupled to openssl in the core implementation. Bug: webrtc:9917 Change-Id: I8556bd6e38b7da34d93abbe29415c3366f6532ba Reviewed-on: https://webrtc-review.googlesource.com/c/107981 Reviewed-by: Qingsi Wang <qingsi@webrtc.org> Commit-Queue: Benjamin Wright <benwright@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25440}
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.
Authoritative list of directories that contain the native API header files.