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
3 * found in the LICENSE file.
6 /* This file contains common certificates. It's designed to be #included in
7 * another file, in a namespace. */
9 #include "net/quic/crypto/common_cert_set_0a.inc"
10 #include "net/quic/crypto/common_cert_set_0b.inc"
12 static const size_t kNumCerts
= 102;
13 static const unsigned char* const kCerts
[] = {
118 static const size_t kLens
[] = {
223 static const uint64 kHash
= GG_UINT64_C(0xc9fef74053f99f39);