commit | 9790e546fc55135a9dff87f5d7d28fb848d90132 | [log] [tgz] |
---|---|---|
author | Raman Budny <budnyjj@gmail.com> | Fri Apr 01 10:18:32 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 22 15:15:20 2022 |
tree | d30227f9ffc1739c56df782cda2cfba9b7641ecd | |
parent | ef7359e679e579ccb79afacf5c42e8c6020124e2 [diff] |
Adapt generate_sslroots.py to work with different openssl versions Command [1] on openssl 1.1.1m and newer generates output containing "unsigned char the_(subject_name|public_key|certificate)" records, making it incompatible with current version of the script that relies on "unsigned char XXX_". This patch handles both cases by using regular expression so as to match strings and provide an adequate replacement. [1] - openssl x509 -in <path-to-cacert.pem> -noout -C Bug: webrtc:11710 Change-Id: I46b87d2980ec2dd26660b93fcf9019254950ce12 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/257420 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Commit-Queue: Christoffer Jansson <jansson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38173}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.