Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_config.h278 char *domain_suffix_match; member
Deap_tls_common.c120 params->suffix_match = config->domain_suffix_match; in eap_tls_params_from_conf1()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_config.h211 char *domain_suffix_match; member
Deap_tls_common.c120 params->suffix_match = config->domain_suffix_match; in eap_tls_cert_params_from_conf()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig.h196 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
297 # domain_suffix_match="example.com"
Dconfig_file.c787 STR(domain_suffix_match); in wpa_config_write_network()
970 if (cred->domain_suffix_match) in wpa_config_write_cred()
972 cred->domain_suffix_match); in wpa_config_write_cred()
Dconfig.c2262 { STRe(domain_suffix_match) },
2533 os_free(eap->domain_suffix_match); in eap_peer_config_free()
2632 os_free(cred->domain_suffix_match); in wpa_config_free_cred()
3442 os_free(cred->domain_suffix_match); in wpa_config_set_cred()
3443 cred->domain_suffix_match = val; in wpa_config_set_cred()
3760 return alloc_strdup(cred->domain_suffix_match); in wpa_config_get_cred_no_key()
Dinterworking.c1548 if (cred->domain_suffix_match && cred->domain_suffix_match[0] && in interworking_set_eap_params()
1550 cred->domain_suffix_match) < 0) in interworking_set_eap_params()
DChangeLog75 * extended domain_match and domain_suffix_match to allow list of values
76 * fixed dNSName matching in domain_match and domain_suffix_match when
96 * extended domain_match and domain_suffix_match to allow list of values
429 * add support for domain_suffix_match with GnuTLS
436 domain_suffix_match, but full match is required)
705 * added domain_suffix_match (and domain_suffix_match2 for Phase 2
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
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
303 # domain_suffix_match="example.com"
Dconfig.h224 char *domain_suffix_match; member
Dconfig.c2458 { STRe(domain_suffix_match, cert.domain_suffix_match) },
2469 { STRe(domain_suffix_match2, phase2_cert.domain_suffix_match) },
2498 machine_cert.domain_suffix_match) },
2760 os_free(cert->domain_suffix_match); in eap_peer_config_free_cert()
2868 os_free(cred->domain_suffix_match); in wpa_config_free_cred()
3724 os_free(cred->domain_suffix_match); in wpa_config_set_cred()
3725 cred->domain_suffix_match = val; in wpa_config_set_cred()
4042 return alloc_strdup(cred->domain_suffix_match); in wpa_config_get_cred_no_key()
Dconfig_file.c706 STR(domain_suffix_match); in wpa_config_write_network()
922 if (cred->domain_suffix_match) in wpa_config_write_cred()
924 cred->domain_suffix_match); in wpa_config_write_cred()
Dinterworking.c1576 if (cred->domain_suffix_match && cred->domain_suffix_match[0] && in interworking_set_eap_params()
1578 cred->domain_suffix_match) < 0) in interworking_set_eap_params()
DChangeLog128 * extended domain_match and domain_suffix_match to allow list of values
129 * fixed dNSName matching in domain_match and domain_suffix_match when
149 * extended domain_match and domain_suffix_match to allow list of values
482 * add support for domain_suffix_match with GnuTLS
489 domain_suffix_match, but full match is required)
758 * added domain_suffix_match (and domain_suffix_match2 for Phase 2
Ddpp_supplicant.c1359 ssid->eap.cert.domain_suffix_match = in wpas_dpp_add_network()
1361 if (!ssid->eap.cert.domain_suffix_match) in wpas_dpp_add_network()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_wolfssl.c645 static int domain_suffix_match(const char *val, size_t len, const char *match, in domain_suffix_match() function
698 if (domain_suffix_match((const char *) gen->obj, in tls_match_suffix_helper()
732 if (domain_suffix_match(cn->data, cn->length, in tls_match_suffix_helper()
Dtls_openssl.c1750 static int domain_suffix_match(const u8 *val, size_t len, const char *match, in domain_suffix_match() function
2019 if (domain_suffix_match(gen->d.dNSName->data, in tls_match_suffix_helper()
2052 if (domain_suffix_match(cn->data, cn->length, in tls_match_suffix_helper()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_wolfssl.c647 static int domain_suffix_match(const char *val, size_t len, const char *match, in domain_suffix_match() function
701 if (domain_suffix_match( in tls_match_suffix_helper()
736 if (domain_suffix_match(cn->data, cn->length, in tls_match_suffix_helper()
Dtls_openssl.c1763 static int domain_suffix_match(const u8 *val, size_t len, const char *match, in domain_suffix_match() function
2032 if (domain_suffix_match(gen->d.dNSName->data, in tls_match_suffix_helper()
2065 if (domain_suffix_match(cn->data, cn->length, in tls_match_suffix_helper()