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

Unified Diff: net/cert/cert_verify_result.h

Issue 2016143002: Expose when PKP is bypassed in SSLInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: optional nits 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
« no previous file with comments | « no previous file | net/cert/cert_verify_result.cc » ('j') | net/http/transport_security_state.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_verify_result.h
diff --git a/net/cert/cert_verify_result.h b/net/cert/cert_verify_result.h
index 1cfb8fa51b3aa3655905cdc1f6e9a3292b9e07a7..8cb9e46d7e69cf3ded990eb2ae40810b8b9c1512 100644
--- a/net/cert/cert_verify_result.h
+++ b/net/cert/cert_verify_result.h
@@ -69,6 +69,9 @@ class NET_EXPORT CertVerifyResult {
// True if a fallback to the common name was used when matching the host
// name, rather than using the subjectAltName.
bool common_name_fallback_used;
+
+ // True if PKP was bypassed for this certificate.
+ bool pkp_bypassed;
Ryan Sleevi 2016/06/09 19:17:32 I believe this is a layering violation - the CertV
estark 2016/06/09 19:26:41 That's only sort of true. The CertVerifier carries
};
} // namespace net
« no previous file with comments | « no previous file | net/cert/cert_verify_result.cc » ('j') | net/http/transport_security_state.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698