create_cert_store
static X509_STORE *create_cert_store(char *ca_path, char *ca_file);
if ((store = create_cert_store(ca_path, ca_file)) == NULL)