OCSP_RESPID_match

Test whether a ResponderID matches cert by name or key hash (default libctx).

Synopsis

Declared in <openssl/ocsp.h>

int
OCSP_RESPID_match(
    OCSP_RESPID* respid,
    X509* cert);

Return Value

1 if respid matches cert, or 0 otherwise.

Parameters

NameDescription
respidResponderID to compare.
certCandidate responder certificate.