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

Unified Diff: net/cert/ct_verify_result.h

Issue 88643002: SignedCertificateTimestamp storing & serialization code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@erans_patches
Patch Set: remove a spurious content:: 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
Index: net/cert/ct_verify_result.h
diff --git a/net/cert/ct_verify_result.h b/net/cert/ct_verify_result.h
index ac0a74bd9da5b87f48e55296170fac62e53fd4ea..4ce6cb66fa615ffb719175a296e7ad782249fe80 100644
--- a/net/cert/ct_verify_result.h
+++ b/net/cert/ct_verify_result.h
@@ -25,7 +25,7 @@ struct NET_EXPORT CTVerifyResult {
// SCTs from known logs where the signature verified correctly.
SCTList verified_scts;
// SCTs from known logs where the signature failed to verify.
- SCTList unverified_scts;
+ SCTList invalid_scts;
wtc 2013/11/28 01:28:02 Nit: Please discuss with Eran to standardize these
alcutter 2013/11/28 12:08:19 The problem is that "verified" is the right word f
wtc 2013/11/28 16:15:07 Yes, it's ok to deal with names in a follow-up CL.
alcutter 2013/11/28 16:42:18 Ack.
// SCTs from unknown logs.
SCTList unknown_logs_scts;
};

Powered by Google App Engine
This is Rietveld 408576698