OLD | NEW |
| 1 #ifndef WEBRTC_BASE_SSLROOTS_H_ |
| 2 #define WEBRTC_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 Loading... |
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_BASE_SSLROOTS_H_ |
OLD | NEW |