chromium/third_party/boringssl/src/pki/verify_certificate_chain_unittest.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "verify_certificate_chain.h"

#include "cert_errors.h"
#include "common_cert_errors.h"
#include "mock_signature_verify_cache.h"
#include "simple_path_builder_delegate.h"
#include "test_helpers.h"
#include "trust_store.h"
#include "verify_certificate_chain_typed_unittest.h"

BSSL_NAMESPACE_BEGIN

namespace {

class VerifyCertificateChainTestDelegate {};

}  // namespace

INSTANTIATE_TYPED_TEST_SUITE_P();

TEST(VerifyCertificateIsSelfSigned, TargetOnly) {}

TEST(VerifyCertificateIsSelfSigned, SelfIssued) {}

TEST(VerifyCertificateIsSelfSigned, SelfSigned) {}

BSSL_NAMESPACE_END