commit | 8cf30401eb5f1566c9da9172bd73ab4a8e7ae56a | [log] [tgz] |
---|---|---|
author | Benjamin Wright <benwright@webrtc.org> | Fri Jul 20 22:08:03 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jul 20 23:11:52 2018 |
tree | a0a5c499fb5cbc76ed5d31f4ac0a2ef54b362d3b | |
parent | 2ffed6d65c30e7a5cef8ba9c37c7330a425ee247 [diff] |
Adds SSLCertificateVerifier to the Java API. The native API supports setting an SSLCertificateVerifier that can be used to provide a custom certificate verifier for incoming SSL certificates. This change provides this functionality to the Java API so that a Java implementation can also be provided. It is expected this will only be used in specialized circumstances and most users will not hit this code path. Bug: webrtc:9541 Change-Id: Id3c75b8f288333b53edc2959bac533e3ec614978 Reviewed-on: https://webrtc-review.googlesource.com/89500 Commit-Queue: Benjamin Wright <benwright@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24057}
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.