X509_STORE_CTX_verify_fn

Callback that verifies a certificate chain in an X509_STORE_CTX.

Synopsis

Declared in <openssl/x509_vfy.h>

typedef int(* X509_STORE_CTX_verify_fn)(X509_STORE_CTX*);

Return Value

1 if verification succeeds, or 0 on failure.

Parameters

NameDescription
ctxStore context whose chain and trust settings are used.