Compare only the issuer name/key hash fields of two OCSP CertIDs.

Synopsis

Declared in <openssl/ocsp.h>

int
OCSP_id_issuer_cmp(
    OCSP_CERTID const* a,
    OCSP_CERTID const* b);

Return Value

0 if the issuer hashes match, or a nonzero value if they differ.

Parameters

Name

Description

a

First CertID.

b

Second CertID.

Created with MrDocs