Declared in <openssl/x509_vfy.h>
struct stack_st_X509_OBJECT;
| Name | Description |
|---|---|
X509_OBJECT_idx_by_subject | Find the first X509_OBJECT in a stack whose subject matches name and type. |
X509_OBJECT_retrieve_by_subject | Find the first X509_OBJECT in h matching type and subject name. |
X509_OBJECT_retrieve_match | Find an X509_OBJECT in h that matches the type and identity of x. |
X509_STORE_get0_objects | Return the internal cache of certificates and CRLs held by a store. |
X509_STORE_get1_objects | Return a deep-copied snapshot of every object cached in an X509_STORE. |