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

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

Issue 1180313006: Include unverified server-sent cert chain in reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert testing changes Created 5 years, 6 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/ssl/certificate_error_report.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ssl/cert_logger.proto
diff --git a/chrome/browser/ssl/cert_logger.proto b/chrome/browser/ssl/cert_logger.proto
index d53b8480a011d4d056fed5ac75993491a3b9c7b3..bb11bf29266527e772547a1d1edcffa5e9cda083 100644
--- a/chrome/browser/ssl/cert_logger.proto
+++ b/chrome/browser/ssl/cert_logger.proto
@@ -83,4 +83,10 @@ message CertLoggerRequest {
// Information about the interstitial that was shown to the user for
// this certificate error.
optional CertLoggerInterstitialInfo interstitial_info = 7;
+
+ // The unverified certificate chain as received by the client, as a
+ // series of PEM-encoded certificates. Can be different than
+ // |cert_chain|, which is the chain the client built during
+ // verification.
+ optional string unverified_cert_chain = 8;
};
« no previous file with comments | « no previous file | chrome/browser/ssl/certificate_error_report.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698