Searched refs:domain_suffix_match (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_config.h195 * For such a use case, domain_suffix_match should be used instead.
260 * domain_suffix_match - Constraint for server domain name
269 * the top-level domain and all the labels in domain_suffix_match shall
273 * For example, domain_suffix_match=example.com would match
278 char *domain_suffix_match; member in struct:eap_peer_config
288 * domain_suffix_match, but has the requirement of a full match, i.e.,
399 * This field is like domain_suffix_match, but used for phase 2 (inside
H A Deap_tls_common.c120 params->suffix_match = config->domain_suffix_match;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h181 * 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
196 char *domain_suffix_match; member in struct:wpa_cred
H A Dconfig_file.c787 STR(domain_suffix_match);
970 if (cred->domain_suffix_match)
972 cred->domain_suffix_match);
H A Dconfig.c2262 { STRe(domain_suffix_match) },
2533 os_free(eap->domain_suffix_match);
2632 os_free(cred->domain_suffix_match);
3441 if (os_strcmp(var, "domain_suffix_match") == 0) {
3442 os_free(cred->domain_suffix_match);
3443 cred->domain_suffix_match = val;
3759 if (os_strcmp(var, "domain_suffix_match") == 0)
3760 return alloc_strdup(cred->domain_suffix_match);
H A Dinterworking.c1548 if (cred->domain_suffix_match && cred->domain_suffix_match[0] &&
1549 wpa_config_set_quoted(ssid, "domain_suffix_match",
1550 cred->domain_suffix_match) < 0)
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c645 static int domain_suffix_match(const char *val, size_t len, const char *match, function
698 if (domain_suffix_match((const char *) gen->obj,
732 if (domain_suffix_match(cn->data, cn->length,
H A Dtls_openssl.c1750 static int domain_suffix_match(const u8 *val, size_t len, const char *match, function
2019 if (domain_suffix_match(gen->d.dNSName->data,
2052 if (domain_suffix_match(cn->data, cn->length,

Completed in 116 milliseconds