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

Unified Diff: remoting/protocol/ssl_hmac_channel_authenticator.cc

Issue 2937563002: Remove the EV Certs Whitelist (Closed)
Patch Set: 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
Index: remoting/protocol/ssl_hmac_channel_authenticator.cc
diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.cc b/remoting/protocol/ssl_hmac_channel_authenticator.cc
index 5cad1119d210d917c92ecd7ee32fe6d68eb7cd96..35be14ca81a4a806b041ab0e0c9c1de620a2be94 100644
--- a/remoting/protocol/ssl_hmac_channel_authenticator.cc
+++ b/remoting/protocol/ssl_hmac_channel_authenticator.cc
@@ -79,14 +79,6 @@ class IgnoresCTPolicyEnforcer : public net::CTPolicyEnforcer {
const net::NetLogWithSource& net_log) override {
return net::ct::CertPolicyCompliance::CERT_POLICY_COMPLIES_VIA_SCTS;
}
-
- net::ct::EVPolicyCompliance DoesConformToCTEVPolicy(
- net::X509Certificate* cert,
- const net::ct::EVCertsWhitelist* ev_whitelist,
- const net::SCTList& verified_scts,
- const net::NetLogWithSource& net_log) override {
- return net::ct::EVPolicyCompliance::EV_POLICY_DOES_NOT_APPLY;
- }
};
// Implements net::StreamSocket interface on top of P2PStreamSocket to be passed

Powered by Google App Engine
This is Rietveld 408576698