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

Unified Diff: net/cert/ct_verifier.cc

Issue 1100003006: Certificate Transparency: Fetching of Signed Tree Heads (DRAFT) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revised design, addressed some comments Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: net/cert/ct_verifier.cc
diff --git a/net/cert/ct_verifier.cc b/net/cert/ct_verifier.cc
new file mode 100644
index 0000000000000000000000000000000000000000..5909b93e81fb626a31e654128695267a079b0086
--- /dev/null
+++ b/net/cert/ct_verifier.cc
@@ -0,0 +1,17 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+#include "net/cert/ct_verifier.h"
+
+#include "base/observer_list.h"
+#include "net/cert/ct_log_verifier.h"
+#include "net/cert/signed_certificate_timestamp.h"
+
+namespace net {
+
+CTVerifier::CTVerifier() {
+}
+
+CTVerifier::~CTVerifier() {
+}
+}

Powered by Google App Engine
This is Rietveld 408576698