Lines Matching refs:suffix_match
81 char *suffix_match; member
378 os_free(conn->suffix_match); in tls_connection_deinit()
429 const char *suffix_match, in tls_connection_set_subject_match() argument
448 os_free(conn->suffix_match); in tls_connection_set_subject_match()
449 conn->suffix_match = NULL; in tls_connection_set_subject_match()
450 if (suffix_match) { in tls_connection_set_subject_match()
451 conn->suffix_match = os_strdup(suffix_match); in tls_connection_set_subject_match()
452 if (!conn->suffix_match) in tls_connection_set_subject_match()
983 char *match, *altmatch, *suffix_match, *domain_match; in tls_verify_cb() local
1015 suffix_match = conn->suffix_match; in tls_verify_cb()
1102 } else if (depth == 0 && suffix_match && in tls_verify_cb()
1103 !tls_match_suffix(err_cert, suffix_match, 0)) { in tls_verify_cb()
1106 suffix_match); in tls_verify_cb()
1298 params->suffix_match, in tls_connection_set_params()