Return the internal cache of certificates and CRLs held by a store.
Declared in <openssl/x509_vfy.h>
stack_st_X509_OBJECT*
X509_STORE_get0_objects(X509_STORE const* xs);
Internal STACK_OF(X509_OBJECT) (do not free or modify casually), or NULL if unavailable.
| Name | Description |
|---|---|
| xs | Certificate store to query. |