Home | History | Annotate | Download | only in crypto

Lines Matching refs:altmatch

2280 	char *match, *altmatch, *suffix_match, *domain_match;
2307 altmatch = conn->altsubject_match;
2401 } else if (depth == 0 && altmatch &&
2402 !tls_match_altsubject(err_cert, altmatch)) {
2404 "'%s' not found", altmatch);