Home | History | Annotate | Download | only in ssl

Lines Matching refs:url

288 /* Format an SNI extension, using the name from the socket's URL,
301 if (!ss || !ss->url || !ss->url[0])
304 if (PR_SUCCESS == PR_StringToNetAddr(ss->url, &netAddr)) {
308 len = PORT_Strlen(ss->url);
324 rv = ssl3_AppendHandshakeVariable(ss, (unsigned char *)ss->url, len, 2);