commit | 664d93dbc1cf399922ea096f961fc6ddb551347f | [log] [tgz] |
---|---|---|
author | Adam Langley <[email protected]> | Tue May 02 19:38:22 2023 |
committer | Chromium LUCI CQ <[email protected]> | Tue May 02 19:38:22 2023 |
tree | 3eff75d4a98670bdb5808ab781ba94d21eee7a43 | |
parent | e019098a7e3f67d7d92e47ebd4b2452b8d924d87 [diff] |
Add TLS Kyber support in chrome://flags This change adds the ability to enable post-quantum TLS 1.3 via chrome://flags/#enable-tls13-kyber. There are not currently any known TLS servers that support this with the code point that Chromium is using, but hopefully soon. Change-Id: I28244a24f3fb59c1ea72bc3482ba7cc2cc2dbefd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4499393 Reviewed-by: David Benjamin <[email protected]> Commit-Queue: David Benjamin <[email protected]> Auto-Submit: Adam Langley <[email protected]> Commit-Queue: Adam Langley <[email protected]> Cr-Commit-Position: refs/heads/main@{#1138575}
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.