Home
last modified time | relevance | path

Searched refs:domain_suffix_match (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/eap_peer/
Deap_config.h230 char *domain_suffix_match; member
Deap_tls_common.c101 params->suffix_match = config->domain_suffix_match; in eap_tls_params_from_conf1()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h190 char *domain_suffix_match; member
DREADME-HS20171 # domain_suffix_match: Constraint for server domain name
178 # top-level domain and all the labels in @domain_suffix_match shall be
182 # For example, domain_suffix_match=example.com would match
283 # domain_suffix_match="example.com"
Dconfig_file.c704 STR(domain_suffix_match); in wpa_config_write_network()
858 if (cred->domain_suffix_match) in wpa_config_write_cred()
860 cred->domain_suffix_match); in wpa_config_write_cred()
Dconfig.c1931 { STRe(domain_suffix_match) },
2172 os_free(eap->domain_suffix_match); in eap_peer_config_free()
2262 os_free(cred->domain_suffix_match); in wpa_config_free_cred()
3004 os_free(cred->domain_suffix_match); in wpa_config_set_cred()
3005 cred->domain_suffix_match = val; in wpa_config_set_cred()
3312 return alloc_strdup(cred->domain_suffix_match); in wpa_config_get_cred_no_key()
Dinterworking.c1522 if (cred->domain_suffix_match && cred->domain_suffix_match[0] && in interworking_set_eap_params()
1524 cred->domain_suffix_match) < 0) in interworking_set_eap_params()
DChangeLog117 * add support for domain_suffix_match with GnuTLS
124 domain_suffix_match, but full match is required)
393 * added domain_suffix_match (and domain_suffix_match2 for Phase 2
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1477 static int domain_suffix_match(const u8 *val, size_t len, const char *match, in domain_suffix_match() function
1536 if (domain_suffix_match(gen->d.dNSName->data, in tls_match_suffix()
1569 if (domain_suffix_match(cn->data, cn->length, match, full) == 1) in tls_match_suffix()