stack_st_X509_OBJECT

Synopsis

Declared in <openssl/x509_vfy.h>

struct stack_st_X509_OBJECT;

Non-Member Functions

NameDescription
X509_OBJECT_idx_by_subjectFind the first X509_OBJECT in a stack whose subject matches name and type.
X509_OBJECT_retrieve_by_subjectFind the first X509_OBJECT in h matching type and subject name.
X509_OBJECT_retrieve_matchFind an X509_OBJECT in h that matches the type and identity of x.
X509_STORE_get0_objectsReturn the internal cache of certificates and CRLs held by a store.
X509_STORE_get1_objectsReturn a deep-copied snapshot of every object cached in an X509_STORE.