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

Unified Diff: net/cert/ct_verify_result.h

Issue 2937563002: Remove the EV Certs Whitelist (Closed)
Patch Set: Update comment Created 3 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 | « 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 33a25dd3f30c26baa124323516f24345153f22d3..c48a39ad94d7f5d57b69941e2b72eb3f6c863acc 100644
--- a/net/cert/ct_verify_result.h
+++ b/net/cert/ct_verify_result.h
@@ -16,7 +16,6 @@ namespace net {
namespace ct {
enum class CertPolicyCompliance;
-enum class EVPolicyCompliance;
typedef std::vector<scoped_refptr<SignedCertificateTimestamp> > SCTList;
@@ -36,9 +35,6 @@ struct NET_EXPORT CTVerifyResult {
// 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;
};
// Returns a list of SCTs from |sct_and_status_list| whose status matches
« 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