OLD | NEW |
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. |
2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. | 3 * found in the LICENSE file. |
4 */ | 4 */ |
5 | 5 |
| 6 /* This file contains common certificates. It's designed to be #included in |
| 7 * another file, in a namespace. */ |
| 8 |
6 #if 0 | 9 #if 0 |
7 Certificate: | 10 Certificate: |
8 Data: | 11 Data: |
9 Version: 3 (0x2) | 12 Version: 3 (0x2) |
10 Serial Number: | 13 Serial Number: |
11 35:97:31:87:f3:87:3a:07:32:7e:ce:58:0c:9b:7e:da | 14 35:97:31:87:f3:87:3a:07:32:7e:ce:58:0c:9b:7e:da |
12 Signature Algorithm: sha1WithRSAEncryption | 15 Signature Algorithm: sha1WithRSAEncryption |
13 Issuer: C=US, O=VeriSign, Inc., OU=Class 3 Public Primary Certification
Authority | 16 Issuer: C=US, O=VeriSign, Inc., OU=Class 3 Public Primary Certification
Authority |
14 Validity | 17 Validity |
15 Not Before: Nov 8 00:00:00 2006 GMT | 18 Not Before: Nov 8 00:00:00 2006 GMT |
(...skipping 11280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11296 0x36, 0xe6, 0xd2, 0xf9, 0x03, 0xb2, 0xe3, 0xa4, 0xf5, 0xe5, 0xb8, 0x3e, | 11299 0x36, 0xe6, 0xd2, 0xf9, 0x03, 0xb2, 0xe3, 0xa4, 0xf5, 0xe5, 0xb8, 0x3e, |
11297 0x04, 0x49, 0x00, 0xba, 0x2e, 0xa6, 0x4a, 0x72, 0x83, 0x72, 0x9d, 0xf7, | 11300 0x04, 0x49, 0x00, 0xba, 0x2e, 0xa6, 0x4a, 0x72, 0x83, 0x72, 0x9d, 0xf7, |
11298 0x0b, 0x8c, 0xa9, 0x89, 0xe7, 0xb3, 0xd7, 0x64, 0x1f, 0xd6, 0xe3, 0x60, | 11301 0x0b, 0x8c, 0xa9, 0x89, 0xe7, 0xb3, 0xd7, 0x64, 0x1f, 0xd6, 0xe3, 0x60, |
11299 0xcb, 0x03, 0xc4, 0xdc, 0x88, 0xe9, 0x9d, 0x25, 0x01, 0x00, 0x71, 0xcb, | 11302 0xcb, 0x03, 0xc4, 0xdc, 0x88, 0xe9, 0x9d, 0x25, 0x01, 0x00, 0x71, 0xcb, |
11300 0x03, 0xb4, 0x29, 0x60, 0x25, 0x8f, 0xf9, 0x46, 0xd1, 0x7b, 0x71, 0xae, | 11303 0x03, 0xb4, 0x29, 0x60, 0x25, 0x8f, 0xf9, 0x46, 0xd1, 0x7b, 0x71, 0xae, |
11301 0xcd, 0x53, 0x12, 0x5b, 0x84, 0x8e, 0xc2, 0x0f, 0xc7, 0xed, 0x93, 0x19, | 11304 0xcd, 0x53, 0x12, 0x5b, 0x84, 0x8e, 0xc2, 0x0f, 0xc7, 0xed, 0x93, 0x19, |
11302 0xd9, 0xc9, 0xfa, 0x8f, 0x58, 0x34, 0x76, 0x32, 0x2f, 0xae, 0xe1, 0x50, | 11305 0xd9, 0xc9, 0xfa, 0x8f, 0x58, 0x34, 0x76, 0x32, 0x2f, 0xae, 0xe1, 0x50, |
11303 0x14, 0x61, 0xd4, 0xa8, 0x58, 0xa3, 0xc8, 0x30, 0x13, 0x23, 0xef, 0xc6, | 11306 0x14, 0x61, 0xd4, 0xa8, 0x58, 0xa3, 0xc8, 0x30, 0x13, 0x23, 0xef, 0xc6, |
11304 0x25, 0x8c, 0x36, 0x8f, 0x1c, 0x80, | 11307 0x25, 0x8c, 0x36, 0x8f, 0x1c, 0x80, |
11305 }; | 11308 }; |
OLD | NEW |