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

Unified Diff: net/quic/core/crypto/common_cert_set_3.c

Issue 2230713004: Update the QUIC compressed cert set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: license 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/core/crypto/common_cert_set.cc ('k') | net/quic/core/crypto/common_cert_set_3a.inc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/common_cert_set_3.c
diff --git a/net/quic/core/crypto/common_cert_set_2.c b/net/quic/core/crypto/common_cert_set_3.c
similarity index 78%
copy from net/quic/core/crypto/common_cert_set_2.c
copy to net/quic/core/crypto/common_cert_set_3.c
index 08ac82eee211873d3c921b47ad0154dde2b03a8a..3d16aae3eb9c2918e943c9a23c14d7654d9c1e25 100644
--- a/net/quic/core/crypto/common_cert_set_2.c
+++ b/net/quic/core/crypto/common_cert_set_3.c
@@ -6,12 +6,10 @@
/* This file contains common certificates. It's designed to be #included in
* another file, in a namespace. */
-#include <stdint.h>
+#include "net/quic/core/crypto/common_cert_set_3a.inc"
+#include "net/quic/core/crypto/common_cert_set_3b.inc"
-#include "net/quic/core/crypto/common_cert_set_2a.inc"
-#include "net/quic/core/crypto/common_cert_set_2b.inc"
-
-static const size_t kNumCerts = 54;
+static const size_t kNumCerts = 52;
static const unsigned char* const kCerts[] = {
kDERCert0,
kDERCert1,
@@ -65,22 +63,18 @@ static const unsigned char* const kCerts[] = {
kDERCert49,
kDERCert50,
kDERCert51,
- kDERCert52,
- kDERCert53,
};
static const size_t kLens[] = {
897,
911,
- 985,
1012,
1049,
- 1062,
1065,
- 1071,
- 1084,
1096,
1097,
+ 1101,
+ 1105,
1105,
1107,
1117,
@@ -88,42 +82,42 @@ static const size_t kLens[] = {
1133,
1136,
1138,
+ 1139,
+ 1145,
+ 1149,
1153,
- 1171,
+ 1167,
1172,
+ 1174,
+ 1174,
1176,
- 1182,
1188,
1194,
+ 1196,
1203,
1205,
1206,
+ 1208,
+ 1209,
1210,
1222,
- 1226,
- 1236,
+ 1227,
1236,
1236,
1238,
- 1256,
- 1270,
- 1280,
1283,
1284,
1287,
+ 1298,
1315,
1327,
1340,
+ 1357,
1418,
1447,
1509,
- 1520,
- 1570,
- 1581,
- 1592,
- 1628,
+ 1513,
1632,
- 1770,
};
-static const uint64_t kHash = UINT64_C(0xe81a92926081e801);
+static const uint64_t kHash = UINT64_C(0x918215a28680ed7e);
« no previous file with comments | « net/quic/core/crypto/common_cert_set.cc ('k') | net/quic/core/crypto/common_cert_set_3a.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698