Chromium Code Reviews| Index: nss/lib/certhigh/ocspi.h |
| =================================================================== |
| --- nss/lib/certhigh/ocspi.h (revision 195639) |
| +++ nss/lib/certhigh/ocspi.h (working copy) |
| @@ -19,6 +19,10 @@ |
| ocspSignature * |
| ocsp_GetResponseSignature(CERTOCSPResponse *response); |
| +SECItem * |
| +ocsp_DigestValue(PRArenaPool *arena, SECOidTag digestAlg, |
| + SECItem *fill, const SECItem *src); |
| + |
| PRBool |
| ocsp_CertIsOCSPDefaultResponder(CERTCertDBHandle *handle, CERTCertificate *cert); |