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

Side by Side Diff: net/quic/crypto/crypto_server_test.cc

Issue 1908103002: Landing Recent QUIC changes until 4/15/2016 17:20 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 8 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 unified diff | Download patch
« no previous file with comments | « net/quic/crypto/crypto_handshake_message.cc ('k') | net/quic/crypto/crypto_utils.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <algorithm>
6 #include <cstdint>
7 #include <memory>
5 #include <ostream> 8 #include <ostream>
6 #include <vector> 9 #include <vector>
7 10
8 #include "base/strings/string_number_conversions.h" 11 #include "base/strings/string_number_conversions.h"
9 #include "crypto/secure_hash.h" 12 #include "crypto/secure_hash.h"
10 #include "net/quic/crypto/cert_compressor.h" 13 #include "net/quic/crypto/cert_compressor.h"
11 #include "net/quic/crypto/common_cert_set.h" 14 #include "net/quic/crypto/common_cert_set.h"
12 #include "net/quic/crypto/crypto_handshake.h" 15 #include "net/quic/crypto/crypto_handshake.h"
13 #include "net/quic/crypto/crypto_server_config_protobuf.h" 16 #include "net/quic/crypto/crypto_server_config_protobuf.h"
14 #include "net/quic/crypto/crypto_utils.h" 17 #include "net/quic/crypto/crypto_utils.h"
(...skipping 1175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 1193
1191 strike_register_client_->RunPendingVerifications(); 1194 strike_register_client_->RunPendingVerifications();
1192 ASSERT_TRUE(called); 1195 ASSERT_TRUE(called);
1193 EXPECT_EQ(0, strike_register_client_->PendingVerifications()); 1196 EXPECT_EQ(0, strike_register_client_->PendingVerifications());
1194 // The message should be rejected now. 1197 // The message should be rejected now.
1195 CheckRejectTag(); 1198 CheckRejectTag();
1196 } 1199 }
1197 1200
1198 } // namespace test 1201 } // namespace test
1199 } // namespace net 1202 } // namespace net
OLDNEW
« no previous file with comments | « net/quic/crypto/crypto_handshake_message.cc ('k') | net/quic/crypto/crypto_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698