Searched refs:SSL_set_tlsext_host_name (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dtls1.h333 # define SSL_set_tlsext_host_name(s,name) \ macro
H A Dssltest.c1858 SSL_set_tlsext_host_name(c_ssl, sn_client);
/freebsd-11-stable/contrib/serf/buckets/
H A Dssl_buckets.c1502 #ifdef SSL_set_tlsext_host_name
1503 if (SSL_set_tlsext_host_name(context->ssl, hostname) != 1) {
/freebsd-11-stable/lib/libfetch/
H A Dcommon.c940 if (!SSL_set_tlsext_host_name(conn->ssl,
/freebsd-11-stable/contrib/unbound/util/
H A Dnet_help.c1289 (void)SSL_set_tlsext_host_name(ssl, auth_name);
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_client.c1430 if (!SSL_set_tlsext_host_name(con, servername)) {
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c787 (void)SSL_set_tlsext_host_name(ssl, urlname);
/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.c3232 (void)SSL_set_tlsext_host_name(cp->ssl, host);
/freebsd-11-stable/contrib/sendmail/src/
H A Ddeliver.c6524 (r = SSL_set_tlsext_host_name(clt_ssl,
6532 "STARTTLS=client, host=%s, SSL_set_tlsext_host_name=%d",

Completed in 221 milliseconds