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

Unified Diff: net/cert/multi_log_ct_verifier.cc

Issue 87923002: Certificate Transparency: Address review comments from issue 67513008 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/ct_serialization.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/multi_log_ct_verifier.cc
diff --git a/net/cert/multi_log_ct_verifier.cc b/net/cert/multi_log_ct_verifier.cc
index 5a19546f4f8991bd94361f4b4d3f17eb49287584..6b12eff9442be7b23714f0f76b38b7b6fa8fd960 100644
--- a/net/cert/multi_log_ct_verifier.cc
+++ b/net/cert/multi_log_ct_verifier.cc
@@ -134,8 +134,6 @@ bool MultiLogCTVerifier::VerifySingleSCT(
}
// SCT verified ok, just make sure the timestamp is legitimate.
- // Add 1 second to allow some slack for accepting SCTs which have *Just*
- // been issued.
if (sct->timestamp > base::Time::Now()) {
DVLOG(1) << "SCT is from the future!";
result->unverified_scts.push_back(sct);
« no previous file with comments | « net/cert/ct_serialization.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698