Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_config.h193 char *domain_suffix_match; member
H A Deap_tls_common.c123 params->suffix_match = config->domain_suffix_match; in eap_tls_cert_params_from_conf()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h245 char *domain_suffix_match; member
H A 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"
H A 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) },
2876 os_free(cert->domain_suffix_match); in eap_peer_config_free_cert()
2986 os_free(cred->domain_suffix_match); in wpa_config_free_cred()
3890 os_free(cred->domain_suffix_match); in wpa_config_set_cred()
3891 cred->domain_suffix_match = val; in wpa_config_set_cred()
4260 return alloc_strdup(cred->domain_suffix_match); in wpa_config_get_cred_no_key()
H A Dconfig_file.c714 STR(domain_suffix_match); in wpa_config_write_network()
936 if (cred->domain_suffix_match) in wpa_config_write_cred()
938 cred->domain_suffix_match); in wpa_config_write_cred()
H A 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()
H A 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
H A Ddpp_supplicant.c1574 ssid->eap.cert.domain_suffix_match = in wpas_dpp_add_network()
1576 if (!ssid->eap.cert.domain_suffix_match) in wpas_dpp_add_network()
/freebsd/contrib/wpa/src/crypto/
H A 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()
H A 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()