Searched refs:ca_file (Results 1 – 3 of 3) sorted by relevance
102 with open(ca_cert_path, 'r') as ca_file:103 self.ca_cert_str = ca_file.read()
1979 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *ca_file, in SSL_CTX_load_verify_locations() argument1981 return X509_STORE_load_locations(ctx->cert_store, ca_file, ca_dir); in SSL_CTX_load_verify_locations()
2008 const char *ca_file,