[#SSL_CTX_get_cert_store] = SSL_CTX_get_cert_store :mrdocs: Return the certificate verification store associated with an SSL_CTX. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:X509_STORE.adoc[X509_STORE]* SSL_CTX_get_cert_store(xref:SSL_CTX.adoc[SSL_CTX] const* ctx); ---- == Return Value Internal X509_STORE pointer (do not free), or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#