HomeSort by: relevance | last modified time | path
    Searched refs:auth_domain_name (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/nsd/dist/
xfrd-tcp.c 173 const char* auth_domain_name)
180 auth_domain_name));
196 if(!SSL_set1_host(tp->ssl, auth_domain_name)) {
198 auth_domain_name);
996 zone->master->tls_auth_options->auth_domain_name) {
1031 if (!setup_ssl(tp, set, zone->master->tls_auth_options->auth_domain_name)) {
options.h 460 char* auth_domain_name; member in struct:tls_auth_options
nsd-checkconf.c 309 quote(tlsauth->auth_domain_name);
808 print_string_var("auth-domain-name:", tlsauth->auth_domain_name);
configparser.y 857 } else if(tls_auth->auth_domain_name == NULL) {
884 cfg_parser->tls_auth->auth_domain_name = region_strdup(cfg_parser->opt->region, $2);
options.c 2012 /* we have auth_domain_name in tls_auth */
2013 if (acl->tls_auth_options && acl->tls_auth_options->auth_domain_name) {
2014 if (!acl_tls_hostname_matches(q->tls_auth, acl->tls_auth_options->auth_domain_name)) {
2017 acl->tls_auth_name, acl->tls_auth_options->auth_domain_name));
2022 acl->tls_auth_name, acl->tls_auth_options->auth_domain_name));
2023 q->cert_cn = acl->tls_auth_options->auth_domain_name;
configparser.c 2675 } else if(tls_auth->auth_domain_name == NULL) {
2705 cfg_parser->tls_auth->auth_domain_name = region_strdup(cfg_parser->opt->region, (yyvsp[0].str));
xfrd.c 2561 if(zone->master->tls_auth_options && zone->master->tls_auth_options->auth_domain_name) {
2563 zone->master->tls_auth_options->auth_domain_name);

Completed in 78 milliseconds