OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # This file contains pinned certificates to be used in conjunction with | 5 # This file contains pinned certificates to be used in conjunction with |
6 # hsts_preloaded.json. See the comments at the beginning of that file for | 6 # hsts_preloaded.json. See the comments at the beginning of that file for |
7 # details. | 7 # details. |
8 | 8 |
9 # Each entry consists of a line containing the name of the pin followed either | 9 # Each entry consists of a line containing the name of the pin followed either |
10 # by a hash in the format "sha256/" + base64(hash), or a PEM encoded certificate
. | 10 # by a hash in the format "sha256/" + base64(hash), a PEM encoded certificate, |
| 11 # or a PEM encoded public key. |
11 | 12 |
12 TestSPKI | 13 TestSPKI |
13 sha256/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA= | 14 sha256/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA= |
14 | 15 |
15 VeriSignClass3 | 16 VeriSignClass3 |
16 -----BEGIN CERTIFICATE----- | 17 -----BEGIN CERTIFICATE----- |
17 MIICPDCCAaUCEDyRMcsf9tAbDpq40ES/Er4wDQYJKoZIhvcNAQEFBQAwXzELMAkG | 18 MIICPDCCAaUCEDyRMcsf9tAbDpq40ES/Er4wDQYJKoZIhvcNAQEFBQAwXzELMAkG |
18 A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz | 19 A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz |
19 cyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2 | 20 cyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2 |
20 MDEyOTAwMDAwMFoXDTI4MDgwMjIzNTk1OVowXzELMAkGA1UEBhMCVVMxFzAVBgNV | 21 MDEyOTAwMDAwMFoXDTI4MDgwMjIzNTk1OVowXzELMAkGA1UEBhMCVVMxFzAVBgNV |
(...skipping 1451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1472 xW38ArbbJfvCZ7KhenRphlnCTCxUglp3hgGMc9pBb2xKhIh1bABn12/DB/ZuOP4d | 1473 xW38ArbbJfvCZ7KhenRphlnCTCxUglp3hgGMc9pBb2xKhIh1bABn12/DB/ZuOP4d |
1473 hYeg5UhYKhS7Z5q3Yg+mBLgQQrdat82yTU677iY38IXNzud9kvxRYb5mZrc5va6N | 1474 hYeg5UhYKhS7Z5q3Yg+mBLgQQrdat82yTU677iY38IXNzud9kvxRYb5mZrc5va6N |
1474 SQIDAQAB | 1475 SQIDAQAB |
1475 -----END PUBLIC KEY----- | 1476 -----END PUBLIC KEY----- |
1476 | 1477 |
1477 YahooBackup2 | 1478 YahooBackup2 |
1478 -----BEGIN PUBLIC KEY----- | 1479 -----BEGIN PUBLIC KEY----- |
1479 MFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAEY26fFxATbUDuPe7tEeZx7uGLIycMrm20 | 1480 MFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAEY26fFxATbUDuPe7tEeZx7uGLIycMrm20 |
1480 /opCiPXC5oAcyOu0pLmiGWBKD8CRK+Po/pYsyIsHotll0aZ6V3BbQg== | 1481 /opCiPXC5oAcyOu0pLmiGWBKD8CRK+Po/pYsyIsHotll0aZ6V3BbQg== |
1481 -----END PUBLIC KEY----- | 1482 -----END PUBLIC KEY----- |
OLD | NEW |