Lines Matching defs:hostname
140 const char *hostname = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name);
142 if (hostname != NULL && (strcmp(hostname, "goodhost") == 0
143 || strcmp(hostname, "altgoodhost") == 0))
9142 /* Set an inconsistent hostname */
9146 * In TLSv1.2 we expect the hostname from the original handshake, in
9147 * TLSv1.3 we expect the hostname from this handshake
9172 * In a TLSv1.2 resumption where the hostname was not acknowledged
9173 * we expect the hostname on the server to be empty. On the client we
9176 * Similarly if the client didn't set a hostname on an original TLSv1.2
9177 * session but is now, the server hostname will be empty, but the client