Home | History | Annotate | Download | only in crypto

Lines Matching refs:altmatch

1177 	char *match, *altmatch;
1191 altmatch = conn->altsubject_match;
1252 } else if (depth == 0 && altmatch &&
1253 !tls_match_altsubject(err_cert, altmatch)) {
1255 "'%s' not found", altmatch);