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
Name |
Description |
ctx |
Verification context performing the lookup. |
nm |
CRL issuer name to search for. |
Created with MrDocs