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

Side by Side Diff: net/cert/ct_known_logs_data.h

Issue 76443006: Certificate Transparency: Threading the CT verifier into the SSL client socket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow-up Created 7 years 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 | « net/cert/cert_status_flags.h ('k') | net/cert/ct_known_logs_data.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef NET_CERT_CT_KNOWN_LOGS_DATA_H_
6 #define NET_CERT_CT_KNOWN_LOGS_DATA_H_
7
8 #include "base/basictypes.h"
9
10 namespace net {
11
12 namespace ct {
13
14 extern const char kGooglePilotLogKey[];
15 extern const size_t kGooglePilotLogKeyLength;
16 extern const char kGooglePilotLogName[];
17
18 extern const char kGoogleTestLogKey[];
19 extern const size_t kGoogleTestLogKeyLength;
20 extern const char kGoogleTestLogName[];
21
22 } // namespace ct
23
24 } // namespace net
25
26 #endif // NET_CERT_CT_KNOWN_LOGS_DATA_H_
OLDNEW
« no previous file with comments | « net/cert/cert_status_flags.h ('k') | net/cert/ct_known_logs_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698