[#OSSL_STORE_INFO_get1_CERT] = OSSL_STORE_INFO_get1_CERT :mrdocs: Return a new reference to the X.509 certificate from a store object. == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:X509.adoc[X509]* OSSL_STORE_INFO_get1_CERT(xref:OSSL_STORE_INFO.adoc[OSSL_STORE_INFO] const* info); ---- == Return Value Up‐reffed X509, or NULL on error; free with X509_free(). == Parameters [cols="1,4"] |=== | Name| Description | *info* | Store object of type OSSL_STORE_INFO_CERT. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#