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

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: fixes 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 | « content/renderer/render_view_impl.cc ('k') | net/cert/multi_log_ct_verifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..aa90164193b0cdf9c532d5e13ba2994491348766 100644
--- a/net/cert/ct_verify_result.h
+++ b/net/cert/ct_verify_result.h
@@ -25,8 +25,8 @@ 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;
- // SCTs from unknown logs.
+ SCTList invalid_scts;
+ // SCTs from unknown logs and as such are unverifiable.
SCTList unknown_logs_scts;
};
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | net/cert/multi_log_ct_verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698