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

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

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: update presubmit.py and DEPS include rules Created 3 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 unified diff | Download patch
« no previous file with comments | « webrtc/rtc_base/sslidentity_unittest.cc ('k') | webrtc/rtc_base/sslstreamadapter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef WEBRTC_RTC_BASE_SSLROOTS_H_
2 #define WEBRTC_RTC_BASE_SSLROOTS_H_
3
1 // This file is the root certificates in C form that are needed to connect to 4 // This file is the root certificates in C form that are needed to connect to
2 // Google. 5 // Google.
3 6
4 // It was generated with the following command line: 7 // It was generated with the following command line:
5 // > python tools/sslroots/generate_sslroots.py 8 // > python tools/sslroots/generate_sslroots.py
6 // https://pki.google.com/roots.pem 9 // https://pki.google.com/roots.pem
7 10
8 /* subject:/C=BE/O=GlobalSign nv-sa/OU=Root CA/CN=GlobalSign Root CA */ 11 /* subject:/C=BE/O=GlobalSign nv-sa/OU=Root CA/CN=GlobalSign Root CA */
9 /* issuer :/C=BE/O=GlobalSign nv-sa/OU=Root CA/CN=GlobalSign Root CA */ 12 /* issuer :/C=BE/O=GlobalSign nv-sa/OU=Root CA/CN=GlobalSign Root CA */
10 13
(...skipping 4246 matching lines...) Expand 10 before | Expand all | Expand 10 after
4257 1173, 4260 1173,
4258 1198, 4261 1198,
4259 933, 4262 933,
4260 765, 4263 765,
4261 690, 4264 690,
4262 874, 4265 874,
4263 1500, 4266 1500,
4264 1122, 4267 1122,
4265 }; 4268 };
4266 4269
4270 #endif // WEBRTC_RTC_BASE_SSLROOTS_H_
OLDNEW
« no previous file with comments | « webrtc/rtc_base/sslidentity_unittest.cc ('k') | webrtc/rtc_base/sslstreamadapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698