SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

BeforeOCSPDownload Event

Fires when a certificate's OCSP status is about to be requested.

Syntax

ANSI (Cross Platform)
virtual int FireBeforeOCSPDownload(CertificateValidatorBeforeOCSPDownloadEventParams *e);
typedef struct {
const char *Cert;
const char *CACert;
const char *Location; int reserved; } CertificateValidatorBeforeOCSPDownloadEventParams; Unicode (Windows) virtual INT FireBeforeOCSPDownload(CertificateValidatorBeforeOCSPDownloadEventParams *e);
typedef struct {
LPCWSTR Cert;
LPCWSTR CACert;
LPCWSTR Location; INT reserved; } CertificateValidatorBeforeOCSPDownloadEventParams;
- (void)onBeforeOCSPDownload:(NSString*)cert :(NSString*)CACert :(NSString*)location;
#define EID_CERTIFICATEVALIDATOR_BEFOREOCSPDOWNLOAD 7

virtual INT SECUREBLACKBOXLITE_CALL FireBeforeOCSPDownload(LPSTR &lpszCert, LPSTR &lpszCACert, LPSTR &lpszLocation);

Remarks

This event is fired when the validator is about to request a fresh revocation status from an OCSP responder.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 C++ Edition - Version 20.0 [Build 8166]