X509_STORE_CTX_get_issuer_fn

Callback that finds an issuer certificate for x.

Synopsis

Declared in <openssl/x509_vfy.h>

typedef int(* X509_STORE_CTX_get_issuer_fn)(X509**, X509_STORE_CTX*, X509*);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
issuerReceives the issuer certificate (typically with an incremented reference).
ctxStore context providing lookup state.
xCertificate whose issuer is sought.