Chromium Code Reviews| Index: net/test/ct_test_util.h |
| diff --git a/net/test/ct_test_util.h b/net/test/ct_test_util.h |
| index 5bb2d7ae73f8a2e2f76071b04e36922c18193b01..904a7ba8c4c92ece6f2e7fd37d876b3798d151f3 100644 |
| --- a/net/test/ct_test_util.h |
| +++ b/net/test/ct_test_util.h |
| @@ -77,6 +77,13 @@ std::string GetSampleSTHTreeHeadSignature(); |
| // The same signature as GetSampleSTHTreeHeadSignature, decoded. |
| void GetSampleSTHTreeHeadDecodedSignature(DigitallySigned* signature); |
| +// TODO(robpercival): The following two functions use the initialism "STH" but |
| +// the rest of the functions use "SignedTreeHead". |
| + |
| +// A sample, valid STH in SignedTreeHeadDataV1 format. |
| +// See RFC 6962-bis for more information about this format. |
| +std::string GetSampleSTH(); |
|
Eran Messeri
2016/01/14 12:46:45
Since it belongs to RFC6962-bis the function name
|
| + |
| // The sample STH in JSON form. |
| std::string GetSampleSTHAsJson(); |