[#SSL_CTX_set_default_verify_store] = SSL_CTX_set_default_verify_store :mrdocs: Load the default trusted certificate store into an SSL context. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_CTX_set_default_verify_store(xref:SSL_CTX.adoc[SSL_CTX]* ctx); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context whose verification store is populated from system defaults. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#