Home | History | Annotate | Download | only in vtls

Lines Matching full:cert_dir

1137 static CURLcode nss_init_core(struct Curl_easy *data, const char *cert_dir)
1147 if(cert_dir) {
1148 char *certpath = aprintf("sql:%s", cert_dir);
1177 char *cert_dir;
1190 cert_dir = getenv("SSL_DIR");
1191 if(cert_dir) {
1192 if((stat(cert_dir, &st) != 0) ||
1194 cert_dir = NULL;
1199 if(!cert_dir) {
1202 cert_dir = (char *)SSL_DIR;
1221 result = nss_init_core(data, cert_dir);