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

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

Issue 20227003: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Land Recent QUIC changes Created 7 years, 5 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/aes_128_gcm_12_encrypter_openssl.cc ('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_0.c
diff --git a/net/quic/crypto/common_cert_set_0.c b/net/quic/crypto/common_cert_set_0.c
index d89548a05fc82073be84b7c716eafd386c98cfe3..1133733cf7fbeb6593d82514bd12472992dfe6fd 100644
--- a/net/quic/crypto/common_cert_set_0.c
+++ b/net/quic/crypto/common_cert_set_0.c
@@ -9,7 +9,7 @@
#include "net/quic/crypto/common_cert_set_1_50.inc"
#include "net/quic/crypto/common_cert_set_51_100.inc"
-static const size_t kNumCerts = 101;
+static const size_t kNumCerts = 102;
static const unsigned char* const kCerts[] = {
kDERCert0,
kDERCert1,
@@ -112,6 +112,7 @@ static const unsigned char* const kCerts[] = {
kDERCert98,
kDERCert99,
kDERCert100,
+ kDERCert101,
};
static const size_t kLens[] = {
@@ -125,6 +126,7 @@ static const size_t kLens[] = {
985,
989,
1022,
+ 1032,
1049,
1055,
1071,
@@ -218,4 +220,4 @@ static const size_t kLens[] = {
1770,
};
-static const uint64 kHash = GG_UINT64_C(0xde8086f914a3af54);
+static const uint64 kHash = GG_UINT64_C(0xc9fef74053f99f39);
« no previous file with comments | « net/quic/crypto/aes_128_gcm_12_encrypter_openssl.cc ('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