commit | 06c20c22b671514f07637a10cd3d77d575d94ba0 | [log] [tgz] |
---|---|---|
author | David Benjamin <[email protected]> | Fri Nov 16 03:29:15 2018 |
committer | Commit Bot <[email protected]> | Fri Nov 16 03:29:15 2018 |
tree | 53f698f802eeca4c7cf51ebdb47088900f04fee3 | |
parent | d4d4982b0194be931bed90ddc79afdbdfab343ad [diff] |
Warn in the DevTools console for TLS 1.0 and 1.1. This is a reland of https://chromium-review.googlesource.com/c/1324878, but with the suppression added for macOS layout tests too. TLS 1.0 and 1.1 are deprecated. See: https://security.googleblog.com/2018/10/modernizing-transport-security.html https://groups.google.com/a/chromium.org/d/msg/blink-dev/EHSnAn2rucg/oiu0DoQ0CAAJ As part of that deprecation, show a console warning in DevTools and also add a Blink-level UseCounter. (We typically measure things at the connection or request level for network features, but since we're plumbing this in anyway, go ahead and add one.) I mirrored the plumbing and UseCounters for Symantec certificates. [email protected],[email protected],[email protected] Bug: 896013 Change-Id: I06c93e3ac82f9b07c92193ca75e4c2d8d711d34d Reviewed-on: https://chromium-review.googlesource.com/c/1338559 Commit-Queue: David Benjamin <[email protected]> Reviewed-by: David Benjamin <[email protected]> Cr-Commit-Position: refs/heads/master@{#608649}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .