summaryrefslogtreecommitdiff
path: root/chromium/net/cert/pki/test_helpers.cc
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-11-28 13:59:37 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-11-29 08:59:00 +0000
commit45f9ded08bb7526984b24ccb5a5327aaf6821676 (patch)
treea660bda7a3f9fd715b348916019d4b53f9a00170 /chromium/net/cert/pki/test_helpers.cc
parenta95a7417ad456115a1ef2da4bb8320531c0821f1 (diff)
downloadqtwebengine-chromium-45f9ded08bb7526984b24ccb5a5327aaf6821676.tar.gz
BASELINE: Update Chromium to 106.0.5249.207
Change-Id: I790c19aa67543118f08ebe1280b650831e278cbb Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/445678 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/net/cert/pki/test_helpers.cc')
-rw-r--r--chromium/net/cert/pki/test_helpers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/net/cert/pki/test_helpers.cc b/chromium/net/cert/pki/test_helpers.cc
index 914b6a3921a..50cc1ba5105 100644
--- a/chromium/net/cert/pki/test_helpers.cc
+++ b/chromium/net/cert/pki/test_helpers.cc
@@ -236,7 +236,7 @@ bool ReadVerifyCertChainTestFromFile(const std::string& file_path_ascii,
ReadCertChainFromFile(chain_path, &test->chain);
} else if (GetValue("utc_time: ", line_piece, &value, &has_time)) {
if (value == "DEFAULT") {
- value = "211005120000Z";
+ value = "221005120000Z";
}
if (!der::ParseUTCTime(der::Input(&value), &test->time)) {
ADD_FAILURE() << "Failed parsing UTC time";