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

Side by Side Diff: net/quic/core/crypto/common_cert_set_2.c

Issue 2193073003: Move shared files in net/quic/ into net/quic/core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: io_thread_unittest.cc Created 4 years, 4 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
OLDNEW
1 /* Copyright (c) 2015 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2015 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 5
6 /* This file contains common certificates. It's designed to be #included in 6 /* This file contains common certificates. It's designed to be #included in
7 * another file, in a namespace. */ 7 * another file, in a namespace. */
8 8
9 #include <stdint.h> 9 #include <stdint.h>
10 10
11 #include "net/quic/crypto/common_cert_set_2a.inc" 11 #include "net/quic/core/crypto/common_cert_set_2a.inc"
12 #include "net/quic/crypto/common_cert_set_2b.inc" 12 #include "net/quic/core/crypto/common_cert_set_2b.inc"
13 13
14 static const size_t kNumCerts = 54; 14 static const size_t kNumCerts = 54;
15 static const unsigned char* const kCerts[] = { 15 static const unsigned char* const kCerts[] = {
16 kDERCert0, 16 kDERCert0,
17 kDERCert1, 17 kDERCert1,
18 kDERCert2, 18 kDERCert2,
19 kDERCert3, 19 kDERCert3,
20 kDERCert4, 20 kDERCert4,
21 kDERCert5, 21 kDERCert5,
22 kDERCert6, 22 kDERCert6,
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 1520, 120 1520,
121 1570, 121 1570,
122 1581, 122 1581,
123 1592, 123 1592,
124 1628, 124 1628,
125 1632, 125 1632,
126 1770, 126 1770,
127 }; 127 };
128 128
129 static const uint64_t kHash = UINT64_C(0xe81a92926081e801); 129 static const uint64_t kHash = UINT64_C(0xe81a92926081e801);
OLDNEW
« no previous file with comments | « net/quic/core/crypto/common_cert_set_1b.inc ('k') | net/quic/core/crypto/common_cert_set_2a.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698