Home
last modified time | relevance | path

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

/hostap-latest/tests/hwsim/
Dtest_cert_check.py150 check_connect(dev[0], domain_suffix_match=match)
159 domain_suffix_match=match)
207 check_connect(dev[0], domain_suffix_match=match)
216 domain_suffix_match=match)
287 check_connect(dev[0], domain_suffix_match=match)
296 domain_suffix_match=match)
Dtest_ap_eap.py1852 domain_suffix_match="server.w1.fi")
1894 domain_suffix_match="server.w1.fi")
1948 domain_suffix_match="w1.fi")
2878 domain_suffix_match="incorrect.example.com",
5218 domain_suffix_match="server3.w1.fi",
5248 domain_suffix_match="w1.fi",
5263 domain_suffix_match="example.com",
5270 domain_suffix_match="erver3.w1.fi",
6137 domain_suffix_match="server.w1.fi",
6577 domain_suffix_match="server.w1.fi")
[all …]
/hostap-latest/src/eap_peer/
Deap_config.h193 char *domain_suffix_match; member
Deap_tls_common.c123 params->suffix_match = config->domain_suffix_match; in eap_tls_cert_params_from_conf()
/hostap-latest/wpa_supplicant/
Dconfig.h245 char *domain_suffix_match; member
DREADME-HS20182 # domain_suffix_match: Constraint for server domain name
189 # top-level domain and all the labels in @domain_suffix_match shall be
193 # For example, domain_suffix_match=example.com would match
334 # domain_suffix_match="example.com"
Dconfig.c2565 { STRe(domain_suffix_match, cert.domain_suffix_match) },
2575 { STRe(domain_suffix_match2, phase2_cert.domain_suffix_match) },
2603 machine_cert.domain_suffix_match) },
2877 os_free(cert->domain_suffix_match); in eap_peer_config_free_cert()
2987 os_free(cred->domain_suffix_match); in wpa_config_free_cred()
3892 os_free(cred->domain_suffix_match); in wpa_config_set_cred()
3893 cred->domain_suffix_match = val; in wpa_config_set_cred()
4262 return alloc_strdup(cred->domain_suffix_match); in wpa_config_get_cred_no_key()
Dconfig_file.c714 STR(domain_suffix_match); in wpa_config_write_network()
937 if (cred->domain_suffix_match) in wpa_config_write_cred()
939 cred->domain_suffix_match); in wpa_config_write_cred()
Dinterworking.c1610 if (cred->domain_suffix_match && cred->domain_suffix_match[0] && in interworking_set_eap_params()
1612 cred->domain_suffix_match) < 0) in interworking_set_eap_params()
DChangeLog178 * extended domain_match and domain_suffix_match to allow list of values
179 * fixed dNSName matching in domain_match and domain_suffix_match when
199 * extended domain_match and domain_suffix_match to allow list of values
532 * add support for domain_suffix_match with GnuTLS
539 domain_suffix_match, but full match is required)
808 * added domain_suffix_match (and domain_suffix_match2 for Phase 2
Ddpp_supplicant.c1579 ssid->eap.cert.domain_suffix_match = in wpas_dpp_add_network()
1581 if (!ssid->eap.cert.domain_suffix_match) in wpas_dpp_add_network()
/hostap-latest/src/crypto/
Dtls_wolfssl.c672 static int domain_suffix_match(const char *val, size_t len, const char *match, in domain_suffix_match() function
726 if (domain_suffix_match( in tls_match_suffix_helper()
760 if (domain_suffix_match(cn->data, cn->length, in tls_match_suffix_helper()
Dtls_openssl.c1912 static int domain_suffix_match(const u8 *val, size_t len, const char *match, in domain_suffix_match() function
2181 if (domain_suffix_match(gen->d.dNSName->data, in tls_match_suffix_helper()
2214 if (domain_suffix_match(cn->data, cn->length, in tls_match_suffix_helper()