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

Issue 1411063004: Remove insecure QUIC support (Closed)

Created:
5 years, 2 months ago by Ryan Hamilton
Modified:
5 years, 1 month ago
CC:
cbentzel+watch_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

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 Committed: https://crrev.com/1fe2eeb3fc63f3bce4793333ed59e1f3fe94e02c Cr-Commit-Position: refs/heads/master@{#356047}

Patch Set 1 #

Total comments: 4

Patch Set 2 : fix remoting #

Patch Set 3 : fix comments #

Patch Set 4 : fix more tests #

Patch Set 5 : fix more tests #

Patch Set 6 : Fix last test #

Patch Set 7 : fix cronet #

Patch Set 8 : rebase #

Patch Set 9 : Disable DoNotLeakFDs #

Patch Set 10 : format #

Patch Set 11 : Fix ASAN #

Patch Set 12 : Fix iOS #

Patch Set 13 : better iOS fix #

Patch Set 14 : One more iOS #

Patch Set 15 : Final iOS Fix? #

Patch Set 16 : enough! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+483 lines, -731 lines) Patch
M components/cronet/android/test/quic_test_server.cc View 1 2 3 4 5 6 1 chunk +3 lines, -4 lines 0 comments Download
M net/http/disk_cache_based_quic_server_info_unittest.cc View 1 2 3 4 5 14 chunks +14 lines, -14 lines 0 comments Download
M net/http/http_server_properties_impl_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_server_properties_manager_unittest.cc View 1 2 5 chunks +6 lines, -6 lines 0 comments Download
M net/quic/crypto/crypto_server_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +34 lines, -8 lines 0 comments Download
M net/quic/crypto/properties_based_quic_server_info_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/quic_crypto_client_config.h View 3 chunks +1 line, -8 lines 0 comments Download
M net/quic/crypto/quic_crypto_client_config.cc View 1 2 3 4 5 6 7 8 9 9 chunks +14 lines, -28 lines 0 comments Download
M net/quic/crypto/quic_crypto_client_config_test.cc View 16 chunks +28 lines, -37 lines 0 comments Download
M net/quic/crypto/quic_crypto_server_config.h View 3 chunks +2 lines, -8 lines 0 comments Download
M net/quic/crypto/quic_crypto_server_config.cc View 11 chunks +13 lines, -31 lines 0 comments Download
M net/quic/crypto/quic_crypto_server_config_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +35 lines, -6 lines 0 comments Download
M net/quic/p2p/quic_p2p_session_test.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -4 lines 0 comments Download
M net/quic/quic_chromium_client_session.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/quic_chromium_client_session_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +36 lines, -30 lines 0 comments Download
M net/quic/quic_connection.h View 3 chunks +0 lines, -6 lines 0 comments Download
M net/quic/quic_connection.cc View 1 2 3 4 5 6 7 8 9 3 chunks +1 line, -4 lines 0 comments Download
M net/quic/quic_connection_test.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/quic_crypto_client_stream.cc View 5 chunks +5 lines, -14 lines 0 comments Download
M net/quic/quic_crypto_client_stream_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +13 lines, -17 lines 0 comments Download
M net/quic/quic_crypto_server_stream_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +9 lines, -33 lines 0 comments Download
M net/quic/quic_end_to_end_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -4 lines 0 comments Download
M net/quic/quic_http_stream_test.cc View 4 chunks +3 lines, -2 lines 0 comments Download
M net/quic/quic_protocol.h View 1 chunk +2 lines, -4 lines 0 comments Download
M net/quic/quic_reliable_client_stream_test.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M net/quic/quic_sent_packet_manager.h View 1 chunk +1 line, -2 lines 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M net/quic/quic_sent_packet_manager_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_server_id.h View 3 chunks +2 lines, -10 lines 0 comments Download
M net/quic/quic_server_id.cc View 1 2 3 4 5 6 7 8 9 4 chunks +11 lines, -24 lines 0 comments Download
M net/quic/quic_server_id_test.cc View 3 chunks +45 lines, -187 lines 0 comments Download
M net/quic/quic_session.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -3 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 1 2 3 4 5 6 7 8 9 6 chunks +7 lines, -7 lines 0 comments Download
M net/quic/quic_stream_factory_test.cc View 1 2 3 4 5 6 7 7 chunks +8 lines, -11 lines 0 comments Download
M net/quic/test_tools/crypto_test_utils.h View 12 1 chunk +0 lines, -4 lines 0 comments Download
M net/quic/test_tools/crypto_test_utils.cc View 1 2 3 4 5 6 7 8 9 5 chunks +4 lines, -15 lines 0 comments Download
M net/quic/test_tools/quic_chromium_client_session_peer.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_chromium_client_session_peer.cc View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 1 2 3 4 5 6 7 2 chunks +4 lines, -14 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.cc View 1 2 3 4 5 6 7 4 chunks +0 lines, -20 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 1 2 3 4 5 6 7 4 chunks +8 lines, -6 lines 0 comments Download
M net/tools/quic/quic_client.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -2 lines 0 comments Download
M net/tools/quic/quic_client.cc View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -6 lines 0 comments Download
M net/tools/quic/quic_client_base.h View 3 chunks +4 lines, -8 lines 0 comments Download
M net/tools/quic/quic_client_base.cc View 2 chunks +7 lines, -1 line 0 comments Download
M net/tools/quic/quic_client_bin.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M net/tools/quic/quic_client_session_test.cc View 1 2 3 4 5 6 7 8 9 1 chunk +9 lines, -7 lines 0 comments Download
M net/tools/quic/quic_client_test.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +11 lines, -3 lines 0 comments Download
M net/tools/quic/quic_dispatcher.h View 1 chunk +2 lines, -6 lines 0 comments Download
M net/tools/quic/quic_dispatcher.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/tools/quic/quic_dispatcher_test.cc View 1 2 3 4 5 6 7 3 chunks +4 lines, -1 line 0 comments Download
M net/tools/quic/quic_server.h View 2 chunks +3 lines, -8 lines 0 comments Download
M net/tools/quic/quic_server.cc View 1 2 3 4 5 6 7 8 9 2 chunks +7 lines, -3 lines 0 comments Download
M net/tools/quic/quic_server_bin.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/tools/quic/quic_server_session_test.cc View 1 2 3 4 5 6 7 3 chunks +4 lines, -1 line 0 comments Download
M net/tools/quic/quic_server_test.cc View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -1 line 0 comments Download
M net/tools/quic/quic_simple_client.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -2 lines 0 comments Download
M net/tools/quic/quic_simple_client.cc View 1 2 3 4 5 6 7 8 9 3 chunks +10 lines, -6 lines 0 comments Download
M net/tools/quic/quic_simple_client_bin.cc View 1 2 3 4 5 6 7 8 9 1 chunk +5 lines, -5 lines 0 comments Download
M net/tools/quic/quic_simple_client_test.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M net/tools/quic/quic_simple_server.h View 2 chunks +2 lines, -7 lines 0 comments Download
M net/tools/quic/quic_simple_server.cc View 1 2 3 4 5 6 7 8 9 1 chunk +5 lines, -2 lines 0 comments Download
M net/tools/quic/quic_simple_server_bin.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/tools/quic/quic_simple_server_test.cc View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -1 line 0 comments Download
M net/tools/quic/quic_spdy_client_stream_test.cc View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -1 line 0 comments Download
M net/tools/quic/test_tools/quic_test_client.h View 1 2 3 4 5 6 7 4 chunks +1 line, -12 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_client.cc View 1 2 3 4 5 6 7 9 chunks +8 lines, -28 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_server.h View 1 chunk +3 lines, -2 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_server.cc View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -7 lines 0 comments Download
M net/tools/quic/test_tools/server_thread.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/tools/quic/test_tools/server_thread.cc View 2 chunks +0 lines, -7 lines 0 comments Download
M remoting/protocol/quic_channel_factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 24 (11 generated)
Ryan Hamilton
5 years, 2 months ago (2015-10-21 04:21:56 UTC) #2
ramant (doing other things)
Hi Ryan, Was about to integrate the following CL (you had reviewed) with the master ...
5 years, 2 months ago (2015-10-21 04:43:24 UTC) #3
Ryan Hamilton
wez: remoting/ OWNERS review please
5 years, 2 months ago (2015-10-21 16:45:38 UTC) #5
Wez
lgtm
5 years, 2 months ago (2015-10-21 16:49:38 UTC) #6
Ryan Hamilton
Thanks, Raman! https://codereview.chromium.org/1411063004/diff/1/net/http/http_server_properties_manager_unittest.cc File net/http/http_server_properties_manager_unittest.cc (right): https://codereview.chromium.org/1411063004/diff/1/net/http/http_server_properties_manager_unittest.cc#newcode962 net/http/http_server_properties_manager_unittest.cc:962: "{\"quic_servers\":{\"http://" On 2015/10/21 04:43:24, ramant wrote: > ...
5 years, 2 months ago (2015-10-21 16:56:07 UTC) #7
Ryan Hamilton
mef: can you give an OWNERS review for components/cronet?
5 years, 2 months ago (2015-10-23 03:02:08 UTC) #9
mef
lgtm, woohoo!
5 years, 2 months ago (2015-10-23 14:38:46 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1411063004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1411063004/140001
5 years, 2 months ago (2015-10-23 19:40:27 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1411063004/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1411063004/200001
5 years, 2 months ago (2015-10-24 18:58:43 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/85701)
5 years, 2 months ago (2015-10-24 20:57:38 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1411063004/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1411063004/300001
5 years, 1 month ago (2015-10-26 13:43:53 UTC) #22
commit-bot: I haz the power
Committed patchset #16 (id:300001)
5 years, 1 month ago (2015-10-26 14:46:09 UTC) #23
commit-bot: I haz the power
5 years, 1 month ago (2015-10-26 14:47:03 UTC) #24
Message was sent while issue was closed.
Patchset 16 (id:??) landed as
https://crrev.com/1fe2eeb3fc63f3bce4793333ed59e1f3fe94e02c
Cr-Commit-Position: refs/heads/master@{#356047}

Powered by Google App Engine
This is Rietveld 408576698