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