Home | History | Annotate | Download | only in crypto

Lines Matching refs:altmatch

1187 	char *match, *altmatch;
1201 altmatch = conn->altsubject_match;
1262 } else if (depth == 0 && altmatch &&
1263 !tls_match_altsubject(err_cert, altmatch)) {
1265 "'%s' not found", altmatch);