X509_STORE_CTX_lookup_crls_fn

Callback type that returns CRLs matching issuer name nm.

Synopsis

Declared in <openssl/x509_vfy.h>

typedef stack_st_X509_CRL*(* X509_STORE_CTX_lookup_crls_fn)(X509_STORE_CTX const*, X509_NAME const*);

Return Value

Newly allocated stack of X509_CRL, or NULL on failure; caller frees with sk_X509_CRL_pop_free.

Parameters

NameDescription
ctxVerification context performing the lookup.
nmCRL issuer name to search for.