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

Unified Diff: net/quic/core/crypto/common_cert_set.cc

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 | « no previous file | net/quic/core/crypto/common_cert_set_3.c » ('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.cc
diff --git a/net/quic/core/crypto/common_cert_set.cc b/net/quic/core/crypto/common_cert_set.cc
index 57132a2996a8a2e6c514da73b4d654b3aa3f2e9a..497f480b06c182c71663cdb36d870a2ea95db385 100644
--- a/net/quic/core/crypto/common_cert_set.cc
+++ b/net/quic/core/crypto/common_cert_set.cc
@@ -23,6 +23,10 @@ namespace common_cert_set_2 {
#include "net/quic/core/crypto/common_cert_set_2.c"
}
+namespace common_cert_set_3 {
+#include "net/quic/core/crypto/common_cert_set_3.c"
+}
+
namespace {
struct CertSet {
@@ -46,10 +50,15 @@ const CertSet kSets[] = {
common_cert_set_2::kNumCerts, common_cert_set_2::kCerts,
common_cert_set_2::kLens, common_cert_set_2::kHash,
},
+ {
+ common_cert_set_3::kNumCerts, common_cert_set_3::kCerts,
+ common_cert_set_3::kLens, common_cert_set_3::kHash,
+ },
};
const uint64_t kSetHashes[] = {
common_cert_set_1::kHash, common_cert_set_2::kHash,
+ common_cert_set_3::kHash,
};
// Compare returns a value less than, equal to or greater than zero if |a| is
« no previous file with comments | « no previous file | net/quic/core/crypto/common_cert_set_3.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698