commit | ae4d6809912f8171b23f6aa43c6a4e8e627de784 | [log] [tgz] |
---|---|---|
author | Ryan Sleevi <rsleevi@chromium.org> | Tue Jun 23 19:50:10 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jun 23 19:50:10 2020 |
tree | b18d90d9060e0daa55913f92c4ceddb95e27821f | |
parent | 3ebb32825abde73413497381558c320b1e534301 [diff] |
Enforce 398-day validity for certificates issued on-or-after 2020-09-01 Enforce publicly trusted TLS server certificates have a lifetime of 398 days or less, if they are issued on or after 2020-09-01. Certificates that violate this will be rejected with ERR_CERT_VALIDITY_TOO_LONG and will be treated as misissued. Bug: 1097982 Change-Id: I0fdccd93cc9fd0ee1011b37be7b584a8ce6653d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2258372 Reviewed-by: Eric Roman <eroman@chromium.org> Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#781465}
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 .
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.