Callback type that looks up certificates in a store by subject name.
Declared in <openssl/x509_vfy.h>
typedef stack_st_X509*(* X509_STORE_CTX_lookup_certs_fn)(X509_STORE_CTX*, X509_NAME const*);
New stack of matching certificates (caller frees), or NULL if none / on error.
| Name | Description |
|---|---|
| ctx | Verification context whose store is searched. |
| nm | Subject name to match. |