Home | History | Annotate | Download | only in ssl

Lines Matching refs:tlsext_hostname

575   if (ssl->tlsext_hostname == NULL) {
585 !CBB_add_bytes(&name, (const uint8_t *)ssl->tlsext_hostname,
586 strlen(ssl->tlsext_hostname)) ||