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