X509_OBJECT_retrieve_match

Find an X509_OBJECT in h that matches the type and identity of x.

Synopsis

Declared in <openssl/x509_vfy.h>

X509_OBJECT*
X509_OBJECT_retrieve_match(
    stack_st_X509_OBJECT* h,
    X509_OBJECT* x);

Return Value

Matching X509_OBJECT from h, or NULL if not found.

Parameters

NameDescription
hStack of store objects to search.
xProbe object describing the desired certificate or CRL.