Callback type that returns CRLs matching issuer name nm.
Declared in <openssl/x509_vfy.h>
typedef stack_st_X509_CRL*(* X509_STORE_CTX_lookup_crls_fn)(X509_STORE_CTX const*, X509_NAME const*);
Newly allocated stack of X509_CRL, or NULL on failure; caller frees with sk_X509_CRL_pop_free.
| Name | Description |
|---|---|
| ctx | Verification context performing the lookup. |
| nm | CRL issuer name to search for. |