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
Name |
Description |
respid |
ResponderID to compare. |
cert |
Candidate responder certificate. |
Created with MrDocs