[#SSL_CTX_set_default_verify_paths] = SSL_CTX_set_default_verify_paths :mrdocs: Load the default CA file, directory, and store into an SSL context's trust store. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_CTX_set_default_verify_paths(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 locations are set to the OpenSSL defaults (or SSL_CERT_* env overrides). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#