Home | History | Annotate | Download | only in crypto

Lines Matching refs:altmatch

509 	char *match, *altmatch;
520 altmatch = conn ? conn->altsubject_match : NULL;
535 } else if (depth == 0 && altmatch &&
536 !tls_match_altsubject(err_cert, altmatch)) {
538 "'%s' not found", altmatch);