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

Side by Side Diff: webrtc/rtc_base/sslroots.h

Issue 2986163002: Audit of kConstants missing the const qualifier (Closed)
Patch Set: rebase + constexpr Created 3 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 unified diff | Download patch
« no previous file with comments | « webrtc/rtc_base/rtccertificategenerator.cc ('k') | webrtc/stats/rtcstats_objects.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2004 The WebRTC Project Authors. All rights reserved. 2 * Copyright 2004 The WebRTC Project Authors. All rights reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
(...skipping 4135 matching lines...) Expand 10 before | Expand all | Expand 10 after
4146 0x35,0xF1,0x11,0x9E,0x1D,0xBB,0x90,0x3F,0x12,0x47,0x4E,0x8E,0xD7,0x7E,0x0F,0x62, 4146 0x35,0xF1,0x11,0x9E,0x1D,0xBB,0x90,0x3F,0x12,0x47,0x4E,0x8E,0xD7,0x7E,0x0F,0x62,
4147 0x73,0x1D,0x52,0x26,0x38,0x1C,0x18,0x49,0xFD,0x30,0x74,0x9A,0xC4,0xE5,0x22,0x2F, 4147 0x73,0x1D,0x52,0x26,0x38,0x1C,0x18,0x49,0xFD,0x30,0x74,0x9A,0xC4,0xE5,0x22,0x2F,
4148 0xD8,0xC0,0x8D,0xED,0x91,0x7A,0x4C,0x00,0x8F,0x72,0x7F,0x5D,0xDA,0xDD,0x1B,0x8B, 4148 0xD8,0xC0,0x8D,0xED,0x91,0x7A,0x4C,0x00,0x8F,0x72,0x7F,0x5D,0xDA,0xDD,0x1B,0x8B,
4149 0x45,0x6B,0xE7,0xDD,0x69,0x97,0xA8,0xC5,0x56,0x4C,0x0F,0x0C,0xF6,0x9F,0x7A,0x91, 4149 0x45,0x6B,0xE7,0xDD,0x69,0x97,0xA8,0xC5,0x56,0x4C,0x0F,0x0C,0xF6,0x9F,0x7A,0x91,
4150 0x37,0xF6,0x97,0x82,0xE0,0xDD,0x71,0x69,0xFF,0x76,0x3F,0x60,0x4D,0x3C,0xCF,0xF7, 4150 0x37,0xF6,0x97,0x82,0xE0,0xDD,0x71,0x69,0xFF,0x76,0x3F,0x60,0x4D,0x3C,0xCF,0xF7,
4151 0x99,0xF9,0xC6,0x57,0xF4,0xC9,0x55,0x39,0x78,0xBA,0x2C,0x79,0xC9,0xA6,0x88,0x2B, 4151 0x99,0xF9,0xC6,0x57,0xF4,0xC9,0x55,0x39,0x78,0xBA,0x2C,0x79,0xC9,0xA6,0x88,0x2B,
4152 0xF4,0x08, 4152 0xF4,0x08,
4153 }; 4153 };
4154 4154
4155 4155
4156 const unsigned char* kSSLCertCertificateList[] = { 4156 const unsigned char* const kSSLCertCertificateList[] = {
4157 GlobalSign_Root_CA_certificate, 4157 GlobalSign_Root_CA_certificate,
4158 USERTrust_RSA_Certification_Authority_certificate, 4158 USERTrust_RSA_Certification_Authority_certificate,
4159 Starfield_Class_2_CA_certificate, 4159 Starfield_Class_2_CA_certificate,
4160 Verisign_Class_3_Public_Primary_Certification_Authority___G3_certificate, 4160 Verisign_Class_3_Public_Primary_Certification_Authority___G3_certificate,
4161 USERTrust_ECC_Certification_Authority_certificate, 4161 USERTrust_ECC_Certification_Authority_certificate,
4162 GeoTrust_Global_CA_certificate, 4162 GeoTrust_Global_CA_certificate,
4163 Starfield_Root_Certificate_Authority___G2_certificate, 4163 Starfield_Root_Certificate_Authority___G2_certificate,
4164 DigiCert_Global_Root_G3_certificate, 4164 DigiCert_Global_Root_G3_certificate,
4165 thawte_Primary_Root_CA___G2_certificate, 4165 thawte_Primary_Root_CA___G2_certificate,
4166 VeriSign_Universal_Root_Certification_Authority_certificate, 4166 VeriSign_Universal_Root_Certification_Authority_certificate,
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
4271 1198, 4271 1198,
4272 933, 4272 933,
4273 765, 4273 765,
4274 690, 4274 690,
4275 874, 4275 874,
4276 1500, 4276 1500,
4277 1122, 4277 1122,
4278 }; 4278 };
4279 4279
4280 #endif // WEBRTC_RTC_BASE_SSLROOTS_H_ 4280 #endif // WEBRTC_RTC_BASE_SSLROOTS_H_
OLDNEW
« no previous file with comments | « webrtc/rtc_base/rtccertificategenerator.cc ('k') | webrtc/stats/rtcstats_objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698