Searched refs:ca_file (Results 1 – 2 of 2) sorted by relevance
337 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *ca_file, in SSL_CTX_load_verify_locations() argument340 return X509_STORE_load_locations(ctx->cert_store, ca_file, ca_dir); in SSL_CTX_load_verify_locations()
2300 const char *ca_file,