Searched refs:suffix_match (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c75 char *suffix_match; member in struct:tls_connection
336 os_free(conn->suffix_match);
383 const char *suffix_match,
402 os_free(conn->suffix_match);
403 conn->suffix_match = NULL;
404 if (suffix_match) {
405 conn->suffix_match = os_strdup(suffix_match);
406 if (!conn->suffix_match)
952 char *match, *altmatch, *suffix_match, *domain_matc local
380 tls_connection_set_subject_match(struct tls_connection *conn, const char *subject_match, const char *alt_subject_match, const char *suffix_match, const char *domain_match) argument
[all...]
H A Dtls_gnutls.c62 char *suffix_match; member in struct:tls_connection
286 os_free(conn->suffix_match);
386 os_free(conn->suffix_match);
387 conn->suffix_match = NULL;
388 if (params->suffix_match) {
389 conn->suffix_match = os_strdup(params->suffix_match);
390 if (conn->suffix_match == NULL)
1329 if (conn->suffix_match &&
1330 !tls_match_suffix(cert, conn->suffix_match,
[all...]
H A Dtls.h127 * @suffix_match: Semicolon deliminated string of values to suffix match against
188 const char *suffix_match; member in struct:tls_connection_params
H A Dtls_openssl.c242 char *subject_match, *altsubject_match, *suffix_match, *domain_match; member in struct:tls_connection
1628 os_free(conn->suffix_match);
2305 char *match, *altmatch, *suffix_match, *domain_match; local
2333 suffix_match = conn->suffix_match;
2457 } else if (depth == 0 && suffix_match &&
2458 !tls_match_suffix(err_cert, suffix_match, 0)) {
2460 suffix_match);
2830 const char *suffix_match,
2850 os_free(conn->suffix_match);
2827 tls_connection_set_subject_match(struct tls_connection *conn, const char *subject_match, const char *altsubject_match, const char *suffix_match, const char *domain_match, const char *check_cert_subject) argument
[all...]
H A Dtls_internal.c233 if (params->suffix_match) {
234 wpa_printf(MSG_INFO, "TLS: suffix_match not supported");
/freebsd-12-stable/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c120 params->suffix_match = config->domain_suffix_match;
144 params->suffix_match = config->domain_suffix_match2;

Completed in 74 milliseconds