Retrieve CRLs from the store behind st whose issuer matches nm.
Declared in <openssl/x509_vfy.h>
stack_st_X509_CRL*
X509_STORE_CTX_get1_crls(
X509_STORE_CTX const* st,
X509_NAME const* nm);
Newly allocated STACK_OF(X509_CRL) with up-reffed CRLs (caller frees), or NULL on failure.
| Name | Description |
|---|---|
| st | Verification context whose associated X509_STORE is queried. |
| nm | Issuer name to look up. |