HomeSort by: relevance | last modified time | path
    Searched refs:altmatch (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/crypto/
tls_wolfssl.c 983 char *match, *altmatch, *suffix_match, *domain_match; local
1014 altmatch = conn->alt_subject_match;
1093 } else if (depth == 0 && altmatch &&
1094 !tls_match_alt_subject(err_cert, altmatch)) {
1097 altmatch);
tls_openssl.c 2502 char *match, *altmatch, *suffix_match, *domain_match; local
2531 altmatch = conn->altsubject_match;
2648 } else if (depth == 0 && altmatch &&
2649 !tls_match_altsubject(err_cert, altmatch)) {
2651 "'%s' not found", altmatch);

Completed in 66 milliseconds