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

Unified Diff: chrome/browser/net/cert_logger.proto

Issue 1117173005: Include cert status in invalid certificate reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | chrome/browser/net/certificate_error_reporter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/cert_logger.proto
diff --git a/chrome/browser/net/cert_logger.proto b/chrome/browser/net/cert_logger.proto
index 7ef828a5357beefa0f731c7271aead82e05bf62f..871b47179d9621a913ab53ae25dab67d6af0490d 100644
--- a/chrome/browser/net/cert_logger.proto
+++ b/chrome/browser/net/cert_logger.proto
@@ -39,6 +39,9 @@ message CertLoggerRequest {
// pin contains the string forms of the pins that were matched against for
// this host.
repeated string pin = 5;
+ // The result of validating this certificate chain. A bitmask of
+ // status flags as defined in //net/cert/cert_status_flags.h
+ optional uint32 cert_status = 6;
Ryan Sleevi 2015/05/06 00:00:33 The //net flags are API compatible, but are not de
estark 2015/05/06 00:50:20 Done. (Now it's reporting the most serious error,
};
// A wrapper proto containing an encrypted CertLoggerRequest
« no previous file with comments | « no previous file | chrome/browser/net/certificate_error_reporter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698