Searched defs:hostname_note (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_io.c1125 const char *hostname_note = apr_table_get(c->notes, local
1140 if (hostname_note &&
1142 apr_ipsubnet_create(&ip, hostname_note, NULL,
1144 if (SSL_set_tlsext_host_name(filter_ctx->pssl, hostname_note)) {
1147 hostname_note);
1151 "request to '%s'", hostname_note);
1181 hostname_note) {
1184 || SSL_X509_match_name(c->pool, cert, hostname_note,
1189 "for hostname %s", hostname_note);
1193 hostname_note) {
[all...]

Completed in 11 milliseconds