Find an X509_OBJECT in h that matches the type and identity of x.
Declared in <openssl/x509_vfy.h>
X509_OBJECT*
X509_OBJECT_retrieve_match(
stack_st_X509_OBJECT* h,
X509_OBJECT* x);
Matching X509_OBJECT from h, or NULL if not found.
| Name | Description |
|---|---|
| h | Stack of store objects to search. |
| x | Probe object describing the desired certificate or CRL. |