Home
last modified time | relevance | path

Searched refs:use_sni (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c772 TLS_initiate(SSL_CTX* sslctx, int fd, const char* urlname, int use_sni) in TLS_initiate() argument
788 if(use_sni) { in TLS_initiate()
1130 struct ip_list* src, int use_sni) in https_to_ip() argument
1144 ssl = TLS_initiate(sslctx, fd, urlname, use_sni); in https_to_ip()
1173 struct ip_list* src, int use_sni) in https() argument
1181 bio = https_to_ip(ip, pathname, urlname, src, use_sni); in https()
1959 int port, int use_sni) in do_certupdate() argument
1993 xml = https(ip_list, xmlname, urlname, src, use_sni); in do_certupdate()
1994 p7s = https(ip_list, p7sname, urlname, src, use_sni); in do_certupdate()
2266 int force, int res_conf_fallback, int port, int use_sni) in do_root_update_work() argument
[all …]
/freebsd/contrib/unbound/util/
H A Dnet_help.h529 int set_auth_name_on_ssl(void* ssl, char* auth_name, int use_sni);
H A Dnet_help.c1546 int set_auth_name_on_ssl(void* ssl, char* auth_name, int use_sni) in set_auth_name_on_ssl() argument
1550 if(use_sni) { in set_auth_name_on_ssl()
1555 (void)use_sni; in set_auth_name_on_ssl()