summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorrch <rch@chromium.org>2015-10-26 07:45:57 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-26 14:46:49 +0000
commit1fe2eeb3fc63f3bce4793333ed59e1f3fe94e02c (patch)
treeaa77903f51d57953bc496867ea64e8ddaed7d362 /remoting
parent62fefcd1d7958cd90825c385eb963961f89ce0d3 (diff)
downloadchromium_src-1fe2eeb3fc63f3bce4793333ed59e1f3fe94e02c.zip
chromium_src-1fe2eeb3fc63f3bce4793333ed59e1f3fe94e02c.tar.gz
chromium_src-1fe2eeb3fc63f3bce4793333ed59e1f3fe94e02c.tar.bz2
Remove insecure QUIC support
Require a ProofSource in QuicCryptoServerConfig (this includes requiring SSL config for secure quic listeners) Require a ProofVerifier in QuicCryptoClientConfig. Remove is_https from QuicServerId. Remove is_secure from QuicServer. Merge internal change: 103869607 Review URL: https://codereview.chromium.org/1411063004 Cr-Commit-Position: refs/heads/master@{#356047}
Diffstat (limited to 'remoting')
-rw-r--r--remoting/protocol/quic_channel_factory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/quic_channel_factory.cc b/remoting/protocol/quic_channel_factory.cc
index 26ff3c8..9c2240d 100644
--- a/remoting/protocol/quic_channel_factory.cc
+++ b/remoting/protocol/quic_channel_factory.cc
@@ -408,7 +408,7 @@ void QuicChannelFactory::Core::OnBaseChannelReady(
0, net::IPEndPoint(ip, 0), &quic_helper_, writer_factory,
true /* owns_writer */,
is_server_ ? net::Perspective::IS_SERVER : net::Perspective::IS_CLIENT,
- true /* is_secure */, net::QuicSupportedVersions()));
+ net::QuicSupportedVersions()));
net::QuicP2PCryptoConfig quic_crypto_config(shared_secret_);
quic_crypto_config.set_hkdf_input_suffix(