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

Unified Diff: nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_ocspresponse.h

Issue 105893015: Update third_party/nss to NSS 3.15.4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Remove SVN property on new file nss/lib/freebl/rsapkcs.c Created 6 years, 11 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: nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_ocspresponse.h
===================================================================
--- nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_ocspresponse.h (revision 239365)
+++ nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_ocspresponse.h (working copy)
@@ -17,6 +17,7 @@
#include "cryptohi.h"
#include "ocspti.h"
#include "ocspi.h"
+#include "plbase64.h"
#ifdef __cplusplus
extern "C" {
@@ -47,6 +48,7 @@
PKIX_Error *
pkix_pl_OcspResponse_Create(
PKIX_PL_OcspRequest *request,
+ const char *httpMechanism,
void *responder,
PKIX_PL_VerifyCallback verifyFcn,
void **pNBIOContext,
@@ -80,6 +82,7 @@
pkix_pl_OcspResponse_GetStatusForCert(
PKIX_PL_OcspCertID *cid,
PKIX_PL_OcspResponse *response,
+ PKIX_Boolean allowCachingOfFailures,
PKIX_PL_Date *validity,
PKIX_Boolean *pPassed,
SECErrorCodes *pReturnCode,
« no previous file with comments | « nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_ocspcertid.c ('k') | nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_ocspresponse.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698