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
3 // found in the LICENSE file.
5 #include "net/cert/cert_verify_result.h"
7 #include "net/cert/x509_certificate.h"
11 CertVerifyResult::CertVerifyResult() {
15 CertVerifyResult::~CertVerifyResult() {
18 void CertVerifyResult::Reset() {
25 is_issued_by_known_root
= false;
26 is_issued_by_additional_trust_anchor
= false;
27 common_name_fallback_used
= false;
29 public_key_hashes
.clear();