Lines Matching refs:suffix_match
249 char *subject_match, *altsubject_match, *suffix_match, *domain_match; member
1789 os_free(conn->suffix_match); in tls_connection_deinit()
2502 char *match, *altmatch, *suffix_match, *domain_match; in tls_verify_cb() local
2532 suffix_match = conn->suffix_match; in tls_verify_cb()
2656 } else if (depth == 0 && suffix_match && in tls_verify_cb()
2657 !tls_match_suffix(err_cert, suffix_match, 0)) { in tls_verify_cb()
2659 suffix_match); in tls_verify_cb()
3029 const char *suffix_match, in tls_connection_set_subject_match() argument
3049 os_free(conn->suffix_match); in tls_connection_set_subject_match()
3050 conn->suffix_match = NULL; in tls_connection_set_subject_match()
3051 if (suffix_match) { in tls_connection_set_subject_match()
3052 conn->suffix_match = os_strdup(suffix_match); in tls_connection_set_subject_match()
3053 if (conn->suffix_match == NULL) in tls_connection_set_subject_match()
5434 params->suffix_match, in tls_connection_set_params()