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

Unified Diff: net/cert/ct_verify_result.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/cert/ct_policy_status.h ('k') | net/cert/ct_verify_result.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/ct_verify_result.h
diff --git a/net/cert/ct_verify_result.h b/net/cert/ct_verify_result.h
index e434fb8f0231fbd6637b12497d048319c7de2c1c..f2cdd1385fa0fdfe2dd00fbf1fb2ce14b26480a4 100644
--- a/net/cert/ct_verify_result.h
+++ b/net/cert/ct_verify_result.h
@@ -14,6 +14,7 @@ namespace net {
namespace ct {
+enum class CertPolicyCompliance;
enum class EVPolicyCompliance;
typedef std::vector<scoped_refptr<SignedCertificateTimestamp> > SCTList;
@@ -35,6 +36,9 @@ struct NET_EXPORT CTVerifyResult {
// True if any CT policies were applied on this connection.
bool ct_policies_applied;
// The result of evaluating whether the connection complies with the
+ // CT certificate policy.
+ CertPolicyCompliance cert_policy_compliance;
+ // The result of evaluating whether the connection complies with the
// EV CT policy.
EVPolicyCompliance ev_policy_compliance;
};
« no previous file with comments | « net/cert/ct_policy_status.h ('k') | net/cert/ct_verify_result.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698