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

Name

Description

h

Stack of store objects to search.

x

Probe object describing the desired certificate or CRL.

Created with MrDocs