commit | 38c55d3a45cde047705782e49eb298715171f142 | [log] [tgz] |
---|---|---|
author | David Benjamin <[email protected]> | Mon Jan 10 18:59:10 2022 |
committer | Chromium LUCI CQ <[email protected]> | Mon Jan 10 18:59:10 2022 |
tree | 34e58047520d02af94df534ff734208199137230 | |
parent | f0bfc2dec22a8edc3fb431f6b9fae3a68a5d972d [diff] |
Remove CERT_ERROR_IN_RENEGOTIATION Found a stray TODO. This was added in https://codereview.chromium.org/118410, at a time when we surfaced certificate errors out of SSLClientSocket::Read. However, we've since forbidden server certificates from changing altogether, to mitigate 3SHAKE (https://mitls.org/pages/attacks/3SHAKE) and generally simplify using TLS. As of https://boringssl-review.googlesource.com/c/boringssl/+/14028/ and https://boringssl-review.googlesource.com/c/boringssl/+/19665/, BoringSSL enforces the certificates match internally, and it will not even call the certificate verification callback on renegotiation. That means is not possible to get a certificate verification error outside the handshake. Change-Id: I840aa41606fe9566fffe5538068dc1658152ed65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3353746 Reviewed-by: Matt Mueller <[email protected]> Reviewed-by: Richard Coles <[email protected]> Commit-Queue: David Benjamin <[email protected]> Cr-Commit-Position: refs/heads/main@{#957127}
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.