Home | History | Annotate | Download | only in crypto

Lines Matching refs:altmatch

1790 	char *match, *altmatch, *suffix_match, *domain_match;
1816 altmatch = conn->altsubject_match;
1891 } else if (depth == 0 && altmatch &&
1892 !tls_match_altsubject(err_cert, altmatch)) {
1894 "'%s' not found", altmatch);