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