Home
last modified time | relevance | path

Searched refs:certkeyfile (Results 1 – 21 of 21) sorted by relevance

/dports/www/kannel/gateway-1.4.4/gwlib/
H A Dconn.h120 Connection *conn_open_ssl(Octstr *host, int port, Octstr *certkeyfile, Octstr *our_host);
126 Connection *conn_open_ssl_nb(Octstr *host, int port, Octstr *certkeyfile, Octstr *our_host);
319 void use_global_client_certkey_file(Octstr *certkeyfile);
H A Dconn.c400 static int conn_init_client_ssl(Connection *ret, Octstr *certkeyfile) in conn_init_client_ssl() argument
411 if (certkeyfile != NULL) { in conn_init_client_ssl()
419 octstr_get_cstr(certkeyfile)); in conn_init_client_ssl()
455 if (conn_init_client_ssl(ret, certkeyfile) == -1) { in conn_open_ssl_nb()
463 Connection *conn_open_ssl(Octstr *host, int port, Octstr *certkeyfile, in conn_open_ssl() argument
473 if (conn_init_client_ssl(ret, certkeyfile) == -1) { in conn_open_ssl()
1352 void use_global_client_certkey_file(Octstr *certkeyfile) in use_global_client_certkey_file() argument
1355 octstr_get_cstr(certkeyfile), in use_global_client_certkey_file()
1358 octstr_get_cstr(certkeyfile), in use_global_client_certkey_file()
1363 octstr_get_cstr(certkeyfile)); in use_global_client_certkey_file()
[all …]
H A Dhttp.c689 Octstr *certkeyfile; member
702 Octstr *certkeyfile) in server_create() argument
724 trans->certkeyfile = octstr_duplicate(certkeyfile); in server_create()
742 octstr_destroy(trans->certkeyfile); in server_destroy()
783 static Connection *conn_pool_get(Octstr *host, int port, int ssl, Octstr *certkeyfile, in conn_pool_get() argument
793 key = conn_pool_key(host, port, ssl, certkeyfile, our_host); in conn_pool_get()
828 conn = conn_open_ssl_nb(host, port, certkeyfile, our_host); in conn_pool_get()
1147 …conn_pool_put(trans->conn, trans->host, trans->port, trans->ssl, trans->certkeyfile, http_interfac… in handle_transaction()
1579 conn = conn_pool_get(host, port, ssl, trans->certkeyfile, in get_connection()
1746 Octstr *body, int follow, void *id, Octstr *certkeyfile) in http_start_request() argument
[all …]
H A Dhttp.h371 Octstr *certkeyfile);
/dports/www/nginx-ultimate-bad-bot-blocker/nginx-ultimate-bad-bot-blocker-4.2020.03.2005/_sample_config_files/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/utilities/
H A Dhttps_vhosts.php88 preg_match("#SSLCertificateKeyFile (.+?)(\n|\r)#s", $vhost, $certkeyfile);
97 $vhostCertKeyFile = $certkeyfile[1];
/dports/net/evans/evans-0.9.1/config/testdata/fixtures/
H A Dcreate_a_default_global_config_if_both_of_global_and_local_config_are_not_found.golden.toml27 certkeyfile = ""
H A Dload_a_global_config_if_local_config_is_not_found.golden.toml27 certkeyfile = ""
H A Dwill_be_apply_flags_but_local_config_doesnt_exist.golden.toml27 certkeyfile = ""
H A Dload_a_local_config.golden.toml27 certkeyfile = ""
H A Dapply_some_proto_files_and_paths.golden.toml27 certkeyfile = ""
H A Dwill_be_apply_flags.golden.toml27 certkeyfile = ""
/dports/net/radsecproxy/radsecproxy-1.8.2/
H A Dtlscommon.h17 char *certkeyfile; member
H A Dtlscommon.c401 !SSL_CTX_use_PrivateKey_file(ctx, conf->certkeyfile, SSL_FILETYPE_PEM) ||
773 "CertificateKeyFile", CONF_STR, &conf->certkeyfile,
783 if (!conf->certfile || !conf->certkeyfile) {
821 free(conf->certkeyfile);
/dports/java/java-subversion/subversion-1.14.1/
H A Dwin-tests.py528 self.certkeyfile = os.path.join(abs_builddir,
619 fp.write('SSLCertificateKeyFile %s\n' % self._quote(self.certkeyfile))
728 open(self.certkeyfile, 'w').write(''.join(cert_key))
/dports/devel/py-subversion/subversion-1.14.1/
H A Dwin-tests.py528 self.certkeyfile = os.path.join(abs_builddir,
619 fp.write('SSLCertificateKeyFile %s\n' % self._quote(self.certkeyfile))
728 open(self.certkeyfile, 'w').write(''.join(cert_key))
/dports/security/subversion-gnome-keyring/subversion-1.14.1/
H A Dwin-tests.py528 self.certkeyfile = os.path.join(abs_builddir,
619 fp.write('SSLCertificateKeyFile %s\n' % self._quote(self.certkeyfile))
728 open(self.certkeyfile, 'w').write(''.join(cert_key))
/dports/devel/p5-subversion/subversion-1.14.1/
H A Dwin-tests.py528 self.certkeyfile = os.path.join(abs_builddir,
619 fp.write('SSLCertificateKeyFile %s\n' % self._quote(self.certkeyfile))
728 open(self.certkeyfile, 'w').write(''.join(cert_key))
/dports/www/kannel/gateway-1.4.4/doc/
H A DChangeLog-1.1.5158 to accept variable certkeyfile for call-specific certificate &
H A DChangeLog-1.4.2869 1) http_start_request(..., ssl=0,certkeyfile=NULL,our_host=NULL)
870 2) http_start_request(..., ssl=1,certkeyfile=XYZ,our_host=XYZ)
H A DChangeLog-1.4.1510 * gwlib/http.c: server_create() needs to duplicate the certkeyfile Octstr,
H A DChangeLog-1.1.61069 use_global_client_certkey_file(Octstr *certkeyfile)