[#OCSP_RESPID_match] = OCSP_RESPID_match :mrdocs: Test whether a ResponderID matches `cert` by name or key hash (default libctx). == Synopsis Declared in `<openssl/ocsp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OCSP_RESPID_match( xref:OCSP_RESPID.adoc[OCSP_RESPID]* respid, xref:X509.adoc[X509]* cert); ---- == Return Value 1 if `respid` matches `cert,` or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *respid* | ResponderID to compare. | *cert* | Candidate responder certificate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#