Searched refs:tls_server_name (Results 1 – 2 of 2) sorted by relevance
223 char* tls_server_name; member
326 free(dtio->tls_server_name); in dt_io_thread_delete() 391 free(dtio->tls_server_name); in dt_io_thread_apply_cfg() 392 dtio->tls_server_name = strdup( in dt_io_thread_apply_cfg() 394 if(!dtio->tls_server_name) { in dt_io_thread_apply_cfg() 398 if(!check_auth_name_for_ssl(dtio->tls_server_name)) in dt_io_thread_apply_cfg() 2048 if(!set_auth_name_on_ssl(dtio->ssl, dtio->tls_server_name, in dtio_open_output()