commit | f3b8b51e2834af28ba7609bb96cf35bc75e41598 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Wed Sep 01 21:14:01 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 01 21:14:01 2021 |
tree | 55a2ed853d1a9ca74e17a37db229231bf5135d70 | |
parent | baf289ccf1afefd7296c87f71916b7c859759149 [diff] |
Add basic ECH support to SSLClientSocket This is not connected up to the rest of the stack yet, and it also fails the connection instead of implementing the recovery flow. All that will be handled by follow-up CLs. Bug: 1091403 Change-Id: Ic52299752d67d3f435825e159208d14654af8aac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3130761 Reviewed-by: Matt Mueller <mattm@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/main@{#917383}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.