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

Unified Diff: net/ssl/ssl_info.h

Issue 1578993003: Add Expect CT policy that gets checked on all certs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
« no previous file with comments | « net/socket/ssl_client_socket_unittest.cc ('k') | net/ssl/ssl_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_info.h
diff --git a/net/ssl/ssl_info.h b/net/ssl/ssl_info.h
index 39353693728304888ed9b8a21920603f78a044a7..6bb21875e0a3c5d01ab263ff6601c54821054f4f 100644
--- a/net/ssl/ssl_info.h
+++ b/net/ssl/ssl_info.h
@@ -20,6 +20,7 @@ namespace net {
namespace ct {
+enum class CertPolicyCompliance;
enum class EVPolicyCompliance;
} // namespace ct
@@ -135,6 +136,11 @@ class NET_EXPORT SSLInfo {
// why not. Only meaningful if |ct_compliance_details_available| is
// true.
ct::EVPolicyCompliance ct_ev_policy_compliance;
+
+ // Whether the connection complied with the CT cert policy, and if
+ // not, why not. Only meaningful it |ct_compliance_details_available|
+ // is true.
+ ct::CertPolicyCompliance ct_cert_policy_compliance;
};
} // namespace net
« no previous file with comments | « net/socket/ssl_client_socket_unittest.cc ('k') | net/ssl/ssl_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698