Home | History | Annotate | Download | only in vtls

Lines Matching refs:sni

766   const char *sni;
836 sni = hostname;
840 sni = NULL;
844 sni = NULL;
868 /* Process SNI. Ignore if not supported (on OS400 < V7R1). */
869 if(sni) {
871 GSK_SSL_EXTN_SERVERNAME_REQUEST, sni, TRUE);