Home | History | Annotate | Download | only in crypto

Lines Matching refs:altmatch

1921 	char *match, *altmatch, *suffix_match, *domain_match;
1947 altmatch = conn->altsubject_match;
2022 } else if (depth == 0 && altmatch &&
2023 !tls_match_altsubject(err_cert, altmatch)) {
2025 "'%s' not found", altmatch);