Lines Matching refs:match
2673 static int tls_mbedtls_match_altsubject(mbedtls_x509_crt *crt, const char *match) in tls_mbedtls_match_altsubject() argument
2678 …if (os_strncmp(match, "EMAIL:", 6) != 0 && os_strncmp(match, "DNS:", 4) != 0 && os_strncmp(match, … in tls_mbedtls_match_altsubject()
2680 wpa_printf(MSG_INFO, "MTLS: Invalid altSubjectName match '%s'", match); in tls_mbedtls_match_altsubject()
2683 for (const char *s = match, *tok; *s; s = tok ? tok + 1 : "") in tls_mbedtls_match_altsubject()
2693 wpa_printf(MSG_INFO, "MTLS: excessive altSubjectName match '%s'", match); in tls_mbedtls_match_altsubject()
2752 static int tls_mbedtls_match_suffixes(mbedtls_x509_crt *crt, const char *match, int full) in tls_mbedtls_match_suffixes() argument
2757 for (const char *s = match, *tok; *s; s = tok ? tok + 1 : "") in tls_mbedtls_match_suffixes()
2764 wpa_printf(MSG_INFO, "MTLS: excessive suffix match '%s'", match); in tls_mbedtls_match_suffixes()
2799 static int tls_mbedtls_match_dn_field(mbedtls_x509_crt *crt, const char *match) in tls_mbedtls_match_dn_field() argument
2812 for (const char *s = match, *tok, *e; *s; s = tok ? tok + 1 : "") in tls_mbedtls_match_dn_field()
2832 wpa_printf(MSG_INFO, "MTLS: invalid check_cert_subject '%s' missing '='", match); in tls_mbedtls_match_dn_field()
2884 wpa_printf(MSG_INFO, "MTLS: Unknown field in check_cert_subject '%s'", match); in tls_mbedtls_match_dn_field()
2899 wpa_printf(MSG_INFO, "MTLS: excessive check_cert_subject match '%s'", match); in tls_mbedtls_match_dn_field()