Home
last modified time | relevance | path

Searched refs:auth_domain_name (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/nsd/
H A Dxfrd-tcp.c82 const char* auth_domain_name) in setup_ssl() argument
89 auth_domain_name)); in setup_ssl()
105 if(!SSL_set1_host(tp->ssl, auth_domain_name)) { in setup_ssl()
107 auth_domain_name); in setup_ssl()
880 zone->master->tls_auth_options->auth_domain_name) { in xfrd_tcp_open()
882 if (!setup_ssl(tp, set, zone->master->tls_auth_options->auth_domain_name)) { in xfrd_tcp_open()
H A Doptions.h422 char* auth_domain_name; member
H A Dnsd-checkconf.c309 quote(tlsauth->auth_domain_name); in config_print_zone()
784 print_string_var("auth-domain-name:", tlsauth->auth_domain_name); in config_test_print_server()
H A Dconfigparser.y707 } else if(tls_auth->auth_domain_name == NULL) {
734 cfg_parser->tls_auth->auth_domain_name = region_strdup(cfg_parser->opt->region, $2);