| Index: net/test/ct_test_util.h
|
| diff --git a/net/test/ct_test_util.h b/net/test/ct_test_util.h
|
| index 6a07f32b4869c0b2e5ad150090d38df3b16604cd..2ffb70860723ac427cdd8a1fa9241ad62e0f68ea 100644
|
| --- a/net/test/ct_test_util.h
|
| +++ b/net/test/ct_test_util.h
|
| @@ -50,6 +50,15 @@ void GetPrecertSCT(scoped_refptr<SignedCertificateTimestamp>* sct);
|
| // Issuer key hash
|
| std::string GetDefaultIssuerKeyHash();
|
|
|
| +// Fake OCSP response with an embedded SCT list.
|
| +std::string GetDerEncodedFakeOCSPResponse();
|
| +
|
| +// The SCT list embedded in the response above.
|
| +std::string GetFakeOCSPExtensionValue();
|
| +
|
| +// The cert the OCSP response is for.
|
| +std::string GetDerEncodedFakeOCSPResponseCert();
|
| +
|
| } // namespace ct
|
|
|
| } // namespace net
|
|
|