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

Unified Diff: net/ssl/ssl_info.h

Issue 2016143002: Expose when PKP is bypassed in SSLInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make CertVerifyResult Great Again. Created 4 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
Index: net/ssl/ssl_info.h
diff --git a/net/ssl/ssl_info.h b/net/ssl/ssl_info.h
index 6bb21875e0a3c5d01ab263ff6601c54821054f4f..d894f7c6b606bc8d891bc967dc4f68d74a9884ef 100644
--- a/net/ssl/ssl_info.h
+++ b/net/ssl/ssl_info.h
@@ -94,6 +94,9 @@ class NET_EXPORT SSLInfo {
// standard CA root. (As opposed to a user-installed root.)
bool is_issued_by_known_root;
+ // True if pinning was bypassed on this connection.
+ bool pkp_bypassed;
+
// True if a client certificate was sent to the server. Note that sending
// a Certificate message with no client certificate in it does not count.
bool client_cert_sent;

Powered by Google App Engine
This is Rietveld 408576698