Return a new reference to the CRL from a store object.
Declared in <openssl/store.h>
X509_CRL*
OSSL_STORE_INFO_get1_CRL(OSSL_STORE_INFO const* info);
Up-reffed X509_CRL, or NULL on error; free with X509_CRL_free().
| Name | Description |
|---|---|
| info | Store object of type OSSL_STORE_INFO_CRL. |