Compare only the issuer name/key hash fields of two OCSP CertIDs.
Declared in <openssl/ocsp.h>
int
OCSP_id_issuer_cmp(
OCSP_CERTID const* a,
OCSP_CERTID const* b);
0 if the issuer hashes match, or a nonzero value if they differ.
| Name | Description |
|---|---|
| a | First CertID. |
| b | Second CertID. |