Searched refs:altmatch (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c952 char *match, *altmatch, *suffix_match, *domain_match; local
983 altmatch = conn->alt_subject_match;
1062 } else if (depth == 0 && altmatch &&
1063 !tls_match_alt_subject(err_cert, altmatch)) {
1066 altmatch);
H A Dtls_openssl.c2305 char *match, *altmatch, *suffix_match, *domain_match; local
2332 altmatch = conn->altsubject_match;
2449 } else if (depth == 0 && altmatch &&
2450 !tls_match_altsubject(err_cert, altmatch)) {
2452 "'%s' not found", altmatch);

Completed in 199 milliseconds