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_1a.inc"
10 #include "net/quic/crypto/common_cert_set_1b.inc"
12 static const size_t kNumCerts
= 62;
13 static const unsigned char* const kCerts
[] = {
78 static const size_t kLens
[] = {
143 static const uint64 kHash
= UINT64_C(0xff715ce4e7e9267b);