Return the X.509 certificate from a store object (borrowed).
Declared in <openssl/store.h>
X509*
OSSL_STORE_INFO_get0_CERT(OSSL_STORE_INFO const* info);
Internal X509 pointer, or NULL if absent or wrong type; do not free.
| Name | Description |
|---|---|
| info | Store object of type OSSL_STORE_INFO_CERT. |