Home
last modified time | relevance | path

Searched refs:suffix_match (Results 1 – 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_wolfssl.c75 char *suffix_match; member
336 os_free(conn->suffix_match); in tls_connection_deinit()
383 const char *suffix_match, in tls_connection_set_subject_match() argument
402 os_free(conn->suffix_match); in tls_connection_set_subject_match()
403 conn->suffix_match = NULL; in tls_connection_set_subject_match()
404 if (suffix_match) { in tls_connection_set_subject_match()
405 conn->suffix_match = os_strdup(suffix_match); in tls_connection_set_subject_match()
406 if (!conn->suffix_match) in tls_connection_set_subject_match()
952 char *match, *altmatch, *suffix_match, *domain_match; in tls_verify_cb() local
984 suffix_match = conn->suffix_match; in tls_verify_cb()
[all …]
Dtls_gnutls.c62 char *suffix_match; member
286 os_free(conn->suffix_match); in tls_connection_deinit()
386 os_free(conn->suffix_match); in tls_connection_set_params()
387 conn->suffix_match = NULL; in tls_connection_set_params()
388 if (params->suffix_match) { in tls_connection_set_params()
389 conn->suffix_match = os_strdup(params->suffix_match); in tls_connection_set_params()
390 if (conn->suffix_match == NULL) in tls_connection_set_params()
1329 if (conn->suffix_match && in tls_connection_verify_peer()
1330 !tls_match_suffix(cert, conn->suffix_match, 0)) { in tls_connection_verify_peer()
1333 conn->suffix_match); in tls_connection_verify_peer()
Dtls_openssl.c242 char *subject_match, *altsubject_match, *suffix_match, *domain_match; member
1628 os_free(conn->suffix_match); in tls_connection_deinit()
2305 char *match, *altmatch, *suffix_match, *domain_match; in tls_verify_cb() local
2333 suffix_match = conn->suffix_match; in tls_verify_cb()
2457 } else if (depth == 0 && suffix_match && in tls_verify_cb()
2458 !tls_match_suffix(err_cert, suffix_match, 0)) { in tls_verify_cb()
2460 suffix_match); in tls_verify_cb()
2830 const char *suffix_match, in tls_connection_set_subject_match() argument
2850 os_free(conn->suffix_match); in tls_connection_set_subject_match()
2851 conn->suffix_match = NULL; in tls_connection_set_subject_match()
[all …]
Dtls.h188 const char *suffix_match; member
Dtls_internal.c233 if (params->suffix_match) { in tls_connection_set_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_wolfssl.c76 char *suffix_match; member
337 os_free(conn->suffix_match); in tls_connection_deinit()
384 const char *suffix_match, in tls_connection_set_subject_match() argument
403 os_free(conn->suffix_match); in tls_connection_set_subject_match()
404 conn->suffix_match = NULL; in tls_connection_set_subject_match()
405 if (suffix_match) { in tls_connection_set_subject_match()
406 conn->suffix_match = os_strdup(suffix_match); in tls_connection_set_subject_match()
407 if (!conn->suffix_match) in tls_connection_set_subject_match()
959 char *match, *altmatch, *suffix_match, *domain_match; in tls_verify_cb() local
991 suffix_match = conn->suffix_match; in tls_verify_cb()
[all …]
Dtls_gnutls.c62 char *suffix_match; member
286 os_free(conn->suffix_match); in tls_connection_deinit()
386 os_free(conn->suffix_match); in tls_connection_set_params()
387 conn->suffix_match = NULL; in tls_connection_set_params()
388 if (params->suffix_match) { in tls_connection_set_params()
389 conn->suffix_match = os_strdup(params->suffix_match); in tls_connection_set_params()
390 if (conn->suffix_match == NULL) in tls_connection_set_params()
1329 if (conn->suffix_match && in tls_connection_verify_peer()
1330 !tls_match_suffix(cert, conn->suffix_match, 0)) { in tls_connection_verify_peer()
1333 conn->suffix_match); in tls_connection_verify_peer()
Dtls_openssl.c247 char *subject_match, *altsubject_match, *suffix_match, *domain_match; member
1640 os_free(conn->suffix_match); in tls_connection_deinit()
2353 char *match, *altmatch, *suffix_match, *domain_match; in tls_verify_cb() local
2383 suffix_match = conn->suffix_match; in tls_verify_cb()
2507 } else if (depth == 0 && suffix_match && in tls_verify_cb()
2508 !tls_match_suffix(err_cert, suffix_match, 0)) { in tls_verify_cb()
2510 suffix_match); in tls_verify_cb()
2885 const char *suffix_match, in tls_connection_set_subject_match() argument
2905 os_free(conn->suffix_match); in tls_connection_set_subject_match()
2906 conn->suffix_match = NULL; in tls_connection_set_subject_match()
[all …]
Dtls.h188 const char *suffix_match; member
Dtls_internal.c233 if (params->suffix_match) { in tls_connection_set_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_tls_common.c120 params->suffix_match = config->domain_suffix_match; in eap_tls_params_from_conf1()
144 params->suffix_match = config->domain_suffix_match2; in eap_tls_params_from_conf2()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_tls_common.c120 params->suffix_match = config->domain_suffix_match; in eap_tls_cert_params_from_conf()