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

Unified Diff: remoting/protocol/ssl_hmac_channel_authenticator.h

Issue 1739503003: Ignore host certificate in remoting::V2Authenticator on the client side. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | remoting/protocol/ssl_hmac_channel_authenticator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/ssl_hmac_channel_authenticator.h
diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.h b/remoting/protocol/ssl_hmac_channel_authenticator.h
index e1da9ca3ba824d8ad578fa5f2d0acc5f61c9832a..b4449cf06d2e62787bb7ef29074687b05abca7d8 100644
--- a/remoting/protocol/ssl_hmac_channel_authenticator.h
+++ b/remoting/protocol/ssl_hmac_channel_authenticator.h
@@ -47,7 +47,6 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
// |auth_key| is the key established using EKE over the signaling
// channel.
static scoped_ptr<SslHmacChannelAuthenticator> CreateForClient(
- const std::string& remote_cert,
const std::string& auth_key);
static scoped_ptr<SslHmacChannelAuthenticator> CreateForHost(
@@ -88,7 +87,6 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
scoped_refptr<RsaKeyPair> local_key_pair_;
// Used in the CLIENT mode only.
- std::string remote_cert_;
scoped_ptr<net::TransportSecurityState> transport_security_state_;
scoped_ptr<net::CertVerifier> cert_verifier_;
« no previous file with comments | « no previous file | remoting/protocol/ssl_hmac_channel_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698