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

Side by Side Diff: net/ssl/ssl_info.h

Issue 2206763005: Move signed_certificate_timestamp_and_status from net to cert (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « net/ssl/signed_certificate_timestamp_and_status.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 #ifndef NET_SSL_SSL_INFO_H_ 5 #ifndef NET_SSL_SSL_INFO_H_
6 #define NET_SSL_SSL_INFO_H_ 6 #define NET_SSL_SSL_INFO_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
11 #include "net/base/net_export.h" 11 #include "net/base/net_export.h"
12 #include "net/cert/cert_status_flags.h" 12 #include "net/cert/cert_status_flags.h"
13 #include "net/cert/ct_verify_result.h" 13 #include "net/cert/ct_verify_result.h"
14 #include "net/cert/ocsp_verify_result.h" 14 #include "net/cert/ocsp_verify_result.h"
15 #include "net/cert/sct_status_flags.h" 15 #include "net/cert/sct_status_flags.h"
16 #include "net/cert/signed_certificate_timestamp_and_status.h"
16 #include "net/cert/x509_cert_types.h" 17 #include "net/cert/x509_cert_types.h"
17 #include "net/ssl/signed_certificate_timestamp_and_status.h"
18 #include "net/ssl/ssl_config.h" 18 #include "net/ssl/ssl_config.h"
19 19
20 namespace net { 20 namespace net {
21 21
22 namespace ct { 22 namespace ct {
23 23
24 enum class CertPolicyCompliance; 24 enum class CertPolicyCompliance;
25 enum class EVPolicyCompliance; 25 enum class EVPolicyCompliance;
26 26
27 } // namespace ct 27 } // namespace ct
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 // is true. 146 // is true.
147 ct::CertPolicyCompliance ct_cert_policy_compliance; 147 ct::CertPolicyCompliance ct_cert_policy_compliance;
148 148
149 // OCSP stapling details. 149 // OCSP stapling details.
150 OCSPVerifyResult ocsp_result; 150 OCSPVerifyResult ocsp_result;
151 }; 151 };
152 152
153 } // namespace net 153 } // namespace net
154 154
155 #endif // NET_SSL_SSL_INFO_H_ 155 #endif // NET_SSL_SSL_INFO_H_
OLDNEW
« no previous file with comments | « net/ssl/signed_certificate_timestamp_and_status.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698