Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:altmatch

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