commit | d0965a807849cc53b9adaaef8820e1b6b3bcda1c | [log] [tgz] |
---|---|---|
author | Kunihiko Sakamoto <ksakamoto@chromium.org> | Thu Aug 01 04:38:15 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 01 04:38:15 2019 |
tree | 9564403ee5ddbc9e62a986b6863e27b8681b51d7 | |
parent | ccae2d8dc84b7f9c63462770d989e841f724457b [diff] |
Simplify SignedExchange certificate's validity period check Before this patch, SignedExchange certificates with validity periods longer than 90 days were allowed if: - current time is before 2019-08-01 00:00 UTC, and - the certificate was issued before 2019-05-01. Now the first condition is always false, so we only have to check the validity period. Bug: 953165 Change-Id: Iba4d8a4b067efce9acb698329be90a32c9a1728d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728578 Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Tsuyoshi Horo <horo@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#683067}
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 .