Home | History | Annotate | Download | only in crypto

Lines Matching refs:altmatch

1405 	char *match, *altmatch, *suffix_match;
1431 altmatch = conn->altsubject_match;
1493 } else if (depth == 0 && altmatch &&
1494 !tls_match_altsubject(err_cert, altmatch)) {
1496 "'%s' not found", altmatch);