Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Unified Diff: net/cert/internal/path_builder_unittest.cc

Issue 2735733003: Disable commonName matching for certificates (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/cert/cert_verify_proc_unittest.cc ('k') | net/cert/x509_certificate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/internal/path_builder_unittest.cc
diff --git a/net/cert/internal/path_builder_unittest.cc b/net/cert/internal/path_builder_unittest.cc
index 212b8de3d8f5ec181afb367df49b43c5090f6b36..be5432b59d81c5e5f3ca4aadd94d5e6b97be1d47 100644
--- a/net/cert/internal/path_builder_unittest.cc
+++ b/net/cert/internal/path_builder_unittest.cc
@@ -134,7 +134,7 @@ class PathBuilderMultiRootTest : public ::testing::Test {
d_by_d_, e_by_e_, f_by_e_;
SimpleSignaturePolicy signature_policy_;
- der::GeneralizedTime time_ = {2016, 4, 11, 0, 0, 0};
+ der::GeneralizedTime time_ = {2017, 3, 1, 0, 0, 0};
};
void AddTrustedCertificate(scoped_refptr<ParsedCertificate> cert,
« no previous file with comments | « net/cert/cert_verify_proc_unittest.cc ('k') | net/cert/x509_certificate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698