| OLD | NEW |
| 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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 #ifndef NET_BASE_PUBLIC_KEY_HASHES_ | 5 #ifndef NET_BASE_PUBLIC_KEY_HASHES_ |
| 6 #define NET_BASE_PUBLIC_KEY_HASHES_ | 6 #define NET_BASE_PUBLIC_KEY_HASHES_ |
| 7 #pragma once | 7 #pragma once |
| 8 | 8 |
| 9 // This file contains SubjectPublicKeyInfo hashes for public key pinning. The | 9 // This file contains SubjectPublicKeyInfo hashes for public key pinning. The |
| 10 // hashes are base64 encoded, SHA1 digests. | 10 // hashes are base64 encoded, SHA1 digests. |
| (...skipping 1218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1229 04Wqk2kmhXBIgD8SFcd5tB8FLztimQIDAQABMA0GCSqGSIb3DQEBBAUAA4GBAG3r | 1229 04Wqk2kmhXBIgD8SFcd5tB8FLztimQIDAQABMA0GCSqGSIb3DQEBBAUAA4GBAG3r |
| 1230 GwnpXtlR22ciYaQqPEh346B8pt5zohQDhT37qw4wxYMWM4ETCJ57NE7fQMh017l9 | 1230 GwnpXtlR22ciYaQqPEh346B8pt5zohQDhT37qw4wxYMWM4ETCJ57NE7fQMh017l9 |
| 1231 3PR2VX2bY1QY6fDq81yx2YtCHrnAlU66+tXifPVoYb+O7AWXX1uw16OFNMQkpw0P | 1231 3PR2VX2bY1QY6fDq81yx2YtCHrnAlU66+tXifPVoYb+O7AWXX1uw16OFNMQkpw0P |
| 1232 lZPvy5TYnh+dXIVtx6quTx8itc2VrbqnzPmrC3p/ | 1232 lZPvy5TYnh+dXIVtx6quTx8itc2VrbqnzPmrC3p/ |
| 1233 -----END CERTIFICATE----- | 1233 -----END CERTIFICATE----- |
| 1234 #endif | 1234 #endif |
| 1235 static const char kSPKIHash_GTECyberTrustGlobalRoot[] = | 1235 static const char kSPKIHash_GTECyberTrustGlobalRoot[] = |
| 1236 "sha1/WXkS3mF11m/EI7d3E3THlt5viHI="; | 1236 "sha1/WXkS3mF11m/EI7d3E3THlt5viHI="; |
| 1237 | 1237 |
| 1238 #endif // NET_BASE_PUBLIC_KEY_HASHES_ | 1238 #endif // NET_BASE_PUBLIC_KEY_HASHES_ |
| OLD | NEW |