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
Name |
Description |
issuer |
Receives the issuer certificate (typically with an incremented reference). |
ctx |
Store context providing lookup state. |
x |
Certificate whose issuer is sought. |
Created with MrDocs