Index: net/test/ct_test_util.h |
diff --git a/net/test/ct_test_util.h b/net/test/ct_test_util.h |
index 87afc104102d476f7642211f93faaeea52498c3b..f3b8c6b3f691e7ddf62dce341aca4ad85f8d7288 100644 |
--- a/net/test/ct_test_util.h |
+++ b/net/test/ct_test_util.h |
@@ -15,6 +15,7 @@ namespace ct { |
struct LogEntry; |
struct SignedCertificateTimestamp; |
+struct SignedTreeHead; |
// Note: unless specified otherwise, all test data is taken from Certificate |
// Transparency test data repository. |
@@ -62,6 +63,12 @@ std::string GetDerEncodedFakeOCSPResponseCert(); |
// The issuer of the previous cert. |
std::string GetDerEncodedFakeOCSPResponseIssuerCert(); |
+// A sample, valid STH |
+void GetSignedTreeHead(SignedTreeHead* sth); |
+ |
+// The SHA256 root hash for the sample STH |
+std::string GetSampleSTHSHA256RootHash(); |
+ |
} // namespace ct |
} // namespace net |