Return the X509_NAME from a by-name or issuer-serial search criterion (borrowed).
Declared in <openssl/store.h>
X509_NAME*
OSSL_STORE_SEARCH_get0_name(OSSL_STORE_SEARCH const* criterion);
Internal X509_NAME pointer, or NULL if not applicable; do not free.
| Name | Description |
|---|---|
| criterion | Search criterion holding a name. |