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

Side by Side Diff: net/base/public_key_hashes.h

Issue 10003002: Revert 132012 - net: move HSTS preloaded and pinning info out of code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | net/base/public_key_hashes_check.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
OLDNEW
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
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_
OLDNEW
« no previous file with comments | « no previous file | net/base/public_key_hashes_check.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698