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

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

Issue 949633002: Include both certificate chains in invalid cert reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a comment to cert logger pb Created 5 years, 10 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
Index: chrome/browser/net/cert_logger.proto
diff --git a/chrome/browser/net/cert_logger.proto b/chrome/browser/net/cert_logger.proto
index be95005b70d2defe857551e8b7c2c95456ea0124..f27bc40d8bd2a69bcf81755d12bf58a1e45bc3d4 100644
--- a/chrome/browser/net/cert_logger.proto
+++ b/chrome/browser/net/cert_logger.proto
@@ -38,6 +38,10 @@ message CertLoggerRequest {
// pin contains the string forms of the pins that were matched against for
// this host.
repeated string pin = 5;
+ // The certificate chain as received by the client from the server. A
+ // series of PEM-encoded certificates, including intermediates but not
+ // necessarily the root.
+ optional string unverified_server_cert_chain = 6;
};
// The response sent back to the user.

Powered by Google App Engine
This is Rietveld 408576698