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