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