#include <tcptls.h>

Data Fields | |
| char * | cafile |
| char * | capath |
| char * | certfile |
| char * | cipher |
| int | enabled |
| struct ast_flags | flags |
| char * | pvtfile |
| SSL_CTX * | ssl_ctx |
| char* cafile |
Definition at line 90 of file tcptls.h.
Referenced by __ssl_setup(), ast_tls_read_conf(), reload_config(), sip_prepare_socket(), sip_tcptls_client_args_destructor(), and unload_module().
| char* capath |
Definition at line 91 of file tcptls.h.
Referenced by __ssl_setup(), ast_tls_read_conf(), reload_config(), sip_prepare_socket(), sip_tcptls_client_args_destructor(), and unload_module().
| char* certfile |
Definition at line 87 of file tcptls.h.
Referenced by __ast_http_load(), __init_manager(), __ssl_setup(), ast_tls_read_conf(), handle_manager_show_settings(), reload_config(), sip_prepare_socket(), sip_tcptls_client_args_destructor(), and unload_module().
| char* cipher |
Definition at line 89 of file tcptls.h.
Referenced by __ast_http_load(), __init_manager(), __ssl_setup(), ast_tls_read_conf(), handle_manager_show_settings(), reload_config(), sip_prepare_socket(), sip_tcptls_client_args_destructor(), and unload_module().
| int enabled |
Definition at line 86 of file tcptls.h.
Referenced by __ast_http_load(), __init_manager(), __ssl_setup(), ast_tcptls_client_start(), ast_tls_read_conf(), build_peer(), handle_manager_show_settings(), handle_show_http(), httpstatus_callback(), reload_config(), and sip_show_settings().
Definition at line 92 of file tcptls.h.
Referenced by __ssl_setup(), ast_tls_read_conf(), and handle_tcptls_connection().
| char* pvtfile |
Definition at line 88 of file tcptls.h.
Referenced by __ast_http_load(), __init_manager(), __ssl_setup(), ast_tls_read_conf(), handle_manager_show_settings(), reload_config(), sip_prepare_socket(), sip_tcptls_client_args_destructor(), and unload_module().
| SSL_CTX* ssl_ctx |
Definition at line 93 of file tcptls.h.
Referenced by __ssl_setup(), and handle_tcptls_connection().