Retrieve CRLs from the store behind st whose issuer matches nm.

Synopsis

Declared in <openssl/x509_vfy.h>

stack_st_X509_CRL*
X509_STORE_CTX_get1_crls(
    X509_STORE_CTX const* st,
    X509_NAME const* nm);

Return Value

Newly allocated STACK_OF(X509_CRL) with up‐reffed CRLs (caller frees), or NULL on failure.

Parameters

Name

Description

st

Verification context whose associated X509_STORE is queried.

nm

Issuer name to look up.

Created with MrDocs