Lines Matching defs:conf
57 static CONF *conf = NULL; /* OpenSSL config file context structure */
1674 X509V3_set_nconf(&ext_ctx, conf);
1676 && !X509V3_EXT_add_nconf_sk(conf, &ext_ctx, opt_reqexts, &exts)) {
1682 && !X509V3_EXT_add_nconf_sk(conf, &ext_ctx, opt_policies, &exts)) {
2224 if (!conf_get_number_e(conf, opt_section, opt->name, &num)) {
2242 txt = conf_get_string(conf, opt_section, opt->name);
2267 conf_argv[2] = conf_get_string(conf, opt_section, opt->name);
2833 conf = app_load_config(configfile);
2834 if (conf == NULL) {
2838 if (!NCONF_get_section(conf, opt_section))
2845 if (!NCONF_get_section(conf, opt_item)) {
3079 NCONF_free(conf); /* must not do as long as opt_... variables are used */