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

Unified Diff: net/quic/crypto/common_cert_set_1.c

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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/crypto/common_cert_set_0b.inc ('k') | net/quic/crypto/common_cert_set_1_50.inc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/common_cert_set_1.c
diff --git a/net/quic/crypto/common_cert_set_0.c b/net/quic/crypto/common_cert_set_1.c
similarity index 56%
copy from net/quic/crypto/common_cert_set_0.c
copy to net/quic/crypto/common_cert_set_1.c
index 1133733cf7fbeb6593d82514bd12472992dfe6fd..ba182332b5a83ff1ffc264cd79b6cceb2c1991fa 100644
--- a/net/quic/crypto/common_cert_set_0.c
+++ b/net/quic/crypto/common_cert_set_1.c
@@ -6,10 +6,10 @@
/* This file contains common certificates. It's designed to be #included in
* another file, in a namespace. */
-#include "net/quic/crypto/common_cert_set_1_50.inc"
-#include "net/quic/crypto/common_cert_set_51_100.inc"
+#include "net/quic/crypto/common_cert_set_1a.inc"
+#include "net/quic/crypto/common_cert_set_1b.inc"
-static const size_t kNumCerts = 102;
+static const size_t kNumCerts = 62;
static const unsigned char* const kCerts[] = {
kDERCert0,
kDERCert1,
@@ -73,151 +73,71 @@ static const unsigned char* const kCerts[] = {
kDERCert59,
kDERCert60,
kDERCert61,
- kDERCert62,
- kDERCert63,
- kDERCert64,
- kDERCert65,
- kDERCert66,
- kDERCert67,
- kDERCert68,
- kDERCert69,
- kDERCert70,
- kDERCert71,
- kDERCert72,
- kDERCert73,
- kDERCert74,
- kDERCert75,
- kDERCert76,
- kDERCert77,
- kDERCert78,
- kDERCert79,
- kDERCert80,
- kDERCert81,
- kDERCert82,
- kDERCert83,
- kDERCert84,
- kDERCert85,
- kDERCert86,
- kDERCert87,
- kDERCert88,
- kDERCert89,
- kDERCert90,
- kDERCert91,
- kDERCert92,
- kDERCert93,
- kDERCert94,
- kDERCert95,
- kDERCert96,
- kDERCert97,
- kDERCert98,
- kDERCert99,
- kDERCert100,
- kDERCert101,
};
static const size_t kLens[] = {
- 692,
897,
- 903,
911,
- 911,
- 957,
- 971,
985,
989,
+ 1012,
1022,
- 1032,
1049,
1055,
1071,
- 1071,
- 1073,
- 1075,
- 1078,
1080,
- 1082,
- 1082,
1084,
1088,
- 1090,
- 1094,
1097,
1098,
+ 1105,
1107,
- 1118,
- 1119,
- 1122,
+ 1117,
1124,
- 1131,
- 1134,
+ 1127,
+ 1133,
1136,
- 1147,
- 1161,
- 1162,
- 1162,
- 1167,
- 1167,
+ 1153,
+ 1171,
1171,
1172,
- 1181,
- 1183,
- 1184,
- 1187,
+ 1176,
+ 1182,
+ 1188,
1191,
1194,
1194,
1199,
- 1223,
+ 1205,
+ 1210,
1226,
- 1231,
1236,
- 1239,
+ 1236,
+ 1238,
1250,
1254,
1256,
- 1256,
1257,
- 1260,
- 1268,
- 1269,
1269,
1270,
- 1273,
- 1276,
- 1279,
1280,
- 1282,
+ 1284,
1285,
- 1286,
- 1287,
1287,
1290,
1291,
1291,
1294,
- 1294,
1297,
- 1302,
- 1302,
- 1303,
- 1311,
- 1330,
- 1365,
+ 1385,
1512,
1520,
- 1535,
1548,
- 1550,
- 1559,
1570,
1581,
- 1584,
- 1592,
- 1592,
- 1625,
1628,
- 1767,
+ 1712,
1770,
};
-static const uint64 kHash = GG_UINT64_C(0xc9fef74053f99f39);
+static const uint64 kHash = GG_UINT64_C(0xff715ce4e7e9267b);
« no previous file with comments | « net/quic/crypto/common_cert_set_0b.inc ('k') | net/quic/crypto/common_cert_set_1_50.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698