[#SSL_CTX_load_verify_dir] = SSL_CTX_load_verify_dir :mrdocs: Load trusted CA certificates from a hashed directory into an SSL context. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_CTX_load_verify_dir( xref:SSL_CTX.adoc[SSL_CTX]* ctx, char const* CApath); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context whose verification store is updated. | *CApath* | Directory of PEM certificates named by subject‐name hash (see SSL_CTX_load_verify_locations). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#