Test whether a ResponderID matches cert by name or key hash.
Declared in <openssl/ocsp.h>
int
OCSP_RESPID_match_ex(
OCSP_RESPID* respid,
X509* cert,
OSSL_LIB_CTX* libctx,
char const* propq);
1 if respid matches cert, or 0 otherwise.
| 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. |