// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/certificate_transparency/ct_known_logs.h" #include <stddef.h> #include <string.h> #include <algorithm> #include <iterator> #include "base/time/time.h" #include "crypto/sha2.h" namespace certificate_transparency { namespace { #include "components/certificate_transparency/data/log_list-inc.cc" } // namespace base::Time GetLogListTimestamp() { … } std::vector<CTLogInfo> GetKnownLogs() { … } std::vector<std::pair<std::string, base::Time>> GetDisqualifiedLogs() { … } } // namespace certificate_transparency