req_config        621 ext/openssl/openssl.c 	LHASH_OF(CONF_VALUE) * req_config;		/* SSL config for this request */
req_config        624 ext/openssl/openssl.c 	LHASH * req_config;	/* SSL config for this request */
req_config        839 ext/openssl/openssl.c 	str = CONF_get_string(req->req_config, NULL, "oid_section");
req_config        843 ext/openssl/openssl.c 	sktmp = CONF_get_section(req->req_config, str);
req_config        864 ext/openssl/openssl.c 			req->config_filename, req->var, req->req_config) == FAILURE) return FAILURE
req_config        907 ext/openssl/openssl.c 	req->req_config = CONF_load(NULL, req->config_filename, NULL);
req_config        909 ext/openssl/openssl.c 	if (req->req_config == NULL) {
req_config        914 ext/openssl/openssl.c 	str = CONF_get_string(req->req_config, NULL, "oid_file");
req_config        926 ext/openssl/openssl.c 		CONF_get_string(req->req_config, req->section_name, "default_md"));
req_config        928 ext/openssl/openssl.c 		CONF_get_string(req->req_config, req->section_name, "x509_extensions"));
req_config        930 ext/openssl/openssl.c 		CONF_get_string(req->req_config, req->section_name, "req_extensions"));
req_config        932 ext/openssl/openssl.c 		CONF_get_number(req->req_config, req->section_name, "default_bits"));
req_config        939 ext/openssl/openssl.c 		str = CONF_get_string(req->req_config, req->section_name, "encrypt_rsa_key");
req_config        941 ext/openssl/openssl.c 			str = CONF_get_string(req->req_config, req->section_name, "encrypt_key");
req_config        968 ext/openssl/openssl.c 		req->digest_name = CONF_get_string(req->req_config, req->section_name, "default_md");
req_config        980 ext/openssl/openssl.c 	str = CONF_get_string(req->req_config, req->section_name, "string_mask");
req_config       1002 ext/openssl/openssl.c 	if (req->req_config) {
req_config       1003 ext/openssl/openssl.c 		CONF_free(req->req_config);
req_config       1004 ext/openssl/openssl.c 		req->req_config = NULL;
req_config       2666 ext/openssl/openssl.c 	dn_sect = CONF_get_string(req->req_config, req->section_name, "distinguished_name");
req_config       2670 ext/openssl/openssl.c 	dn_sk = CONF_get_section(req->req_config, dn_sect);
req_config       2674 ext/openssl/openssl.c 	attr_sect = CONF_get_string(req->req_config, req->section_name, "attributes");
req_config       2678 ext/openssl/openssl.c 		attr_sk = CONF_get_section(req->req_config, attr_sect);
req_config       3036 ext/openssl/openssl.c 		X509V3_set_conf_lhash(&ctx, req.req_config);
req_config       3037 ext/openssl/openssl.c 		if (!X509V3_EXT_add_conf(req.req_config, &ctx, req.extensions_section, new_cert)) {
req_config       3115 ext/openssl/openssl.c 					X509V3_set_conf_lhash(&ext_ctx, req.req_config);
req_config       3118 ext/openssl/openssl.c 					if (req.request_extensions_section && !X509V3_EXT_REQ_add_conf(req.req_config,
req_config       3399 ext/openssl/openssl.c 	randfile = CONF_get_string(req->req_config, req->section_name, "RANDFILE");