Lines Matching refs:sni
217 " async_private_delay2=%%d Asynchronous delay for key_file2 and sni\n" \
338 " sni=%%s name1,cert1,key1,ca1"SNI_CRL ",auth1[,...]\n" \
670 char *sni; /* string describing sni information */
1748 opt.sni = DFL_SNI;
2253 } else if (strcmp(p, "sni") == 0) {
2254 opt.sni = q;
2768 if (opt.sni != NULL) {
2772 if ((sni_info = sni_parse(opt.sni)) == NULL) {
3140 if (opt.sni != NULL) {