Home | History | Annotate | Download | only in vtls

Lines Matching refs:matched

1087   int matched = -1; /* -1 is no alternative match yet, 1 means match and 0
1124 /* loop through all alternatives while none has matched */
1125 for(i=0; (i<numalts) && (matched != 1); i++) {
1151 matched = 1;
1153 matched = 0;
1160 matched = 1;
1162 matched = 0;
1170 if(matched == 1)
1171 /* an alternative name matched the server hostname */
1172 infof(data, "\t subjectAltName: %s matched\n", conn->host.dispname);
1173 else if(matched == 0) {
1258 infof(data, "\t common name: %s (matched)\n", peer_CN);